Files
koreader/frontend
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
..
2019-01-03 08:56:29 +01:00
2018-09-29 23:15:57 +02:00
2017-04-14 11:40:35 -07:00
2019-01-17 21:44:15 +01:00
2019-01-03 08:56:29 +01:00
2016-12-25 12:13:53 -08:00
2017-04-14 11:40:35 -07:00