mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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 withe534457250
Origin commit data ------------------ Commit:dca7e10179
Author: Thilo Graf <dbt@novatux.de> Date: 2017-09-24 (Sun, 24 Sep 2017)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user