Files
koreader/frontend/ui/widget
poire-z c060595580 ConfigDialog: fix ButtonProgressWidget and some refreshes (#4793)
This internal ButtonProgressWidget widget was behaving
differently from all others (OptionTextItem, OptionIconItem
and ToggleSwitch) by duplicating some code from
ConfigDialog:onConfigChoose() instead of calling it directly.

While making it similar to others, I noticed that onConfigChoose()
did a full repaint, which was necessary for some settings to
be applied (ie: Contrast).
On CreDocument, this full repaint may cause some double drawing
on config changes (ie: Margins, drawing once after margin changes,
and then re-positionning to previous xpointer).
So, make the need for full repaint a condition on KoptOptions.
2019-03-14 22:23:17 +01:00
..
2017-09-23 20:24:45 +02:00
2017-08-18 11:43:46 +02:00
2017-04-29 11:41:24 -07:00
2017-08-18 11:43:46 +02:00
2014-03-13 21:52:43 +08:00
2018-08-19 20:21:03 +02:00
2019-01-15 23:56:11 +01:00
2017-08-18 11:43:46 +02:00
2016-12-25 12:13:53 -08:00