1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

fixed day/night switch

This commit is contained in:
Nikolay Pultsin 2011-04-11 19:08:24 +01:00
parent 6455a8c9e9
commit 28a2c5598b

View file

@ -33,6 +33,7 @@ class SwitchProfileAction extends FBAction {
public void run() {
Reader.setColorProfileName(myProfileName);
Reader.resetView();
Reader.repaintView();
}
}