From 3001ba022f595d78b00549d62b7736a36df14e70 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 24 Sep 2017 22:24:26 +0200 Subject: [PATCH] cc_detailsline.cpp: fix possible unintended reduced height of bottom marker Decrement value removed. Height of bottom marker was decreased on every new repaint if no new height was assigned. Was to see in bouqueteditor while scrolling with bouqets or channel select window. comes in with e534457250b3b246c957db397772e841b43b9349 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/dca7e1017973354afdc31d8d72e021a771955ca2 Author: Thilo Graf Date: 2017-09-24 (Sun, 24 Sep 2017) --- src/gui/components/cc_detailsline.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/components/cc_detailsline.cpp b/src/gui/components/cc_detailsline.cpp index 82dd27cca..4184a145c 100644 --- a/src/gui/components/cc_detailsline.cpp +++ b/src/gui/components/cc_detailsline.cpp @@ -96,9 +96,6 @@ void CComponentsDetailsLine::paint(bool do_save_bg) int sw = shadow_w; - // reduce two times the shadow width, to avoid shadow overlaps - h_mark_down -= 2*sw; - int y_mark_top = y-h_mark_top/2; int y_mark_down = y_down-h_mark_down/2; int dx_c = dl_w%2; //correction for odd values