Commit Graph

6 Commits

Author SHA1 Message Date
Thilo Graf
288520b5b0 wdget/navibar: remove nb_lpic->doPaintBg(false), code format changes
doPaintBg is no more required
2021-11-13 18:59:50 +01:00
Thilo Graf
d86dcd36a7 components: use const bool& parameter in paint methodes 2019-10-27 16:24:47 +01:00
Thilo Graf
13752e6de8 navibar.cpp: fix possible overpaint of text after repaint with new content 2018-12-10 22:07:27 +01:00
Thilo Graf
c18613500a src/gui/widget/navibar.cpp/h: fix icon scale
Remove CComponentsPictureScalable class, is not longer required.
Scale for navi button icons should working now.

Note:
It is not sure if the setting of OFFSET_INNER_MID makes sense here,
because it is possible that a scaling could happen even though
the icon would be fit.
2018-01-23 17:34:26 +01:00
Thilo Graf
970390a320 CNaviBar: prevent compiler warning -Wshadow 2017-05-08 08:26:17 +02:00
Thilo Graf
cf7dd61fd7 CNaviBar: add new widget class: CNaviBar
Should help to reduce and unify code in some epg windows.
2017-05-06 00:02:26 +02:00