Viewer: Fix start in full screen mode noption not sticking

This commit is contained in:
Kovid Goyal 2012-11-23 15:49:38 +05:30
parent 7fc2c30ed2
commit 83601315a7

View File

@ -287,6 +287,7 @@ class ConfigDialog(QDialog, Ui_Dialog):
c.set('fullscreen_scrollbar', self.opt_fullscreen_scrollbar.isChecked())
c.set('show_fullscreen_help', self.opt_show_fullscreen_help.isChecked())
c.set('cols_per_screen', int(self.opt_cols_per_screen.value()))
c.set('start_in_fullscreen', self.opt_start_in_fullscreen.isChecked())
c.set('use_book_margins', not
self.opt_override_book_margins.isChecked())
c.set('text_color', self.current_text_color)