Fixed a little issue in the configuration dialog related to pressing the apply button. 6_1_x

Mon, 11 Jan 2016 17:00:56 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 11 Jan 2016 17:00:56 +0100
branch
6_1_x
changeset 4657
ce42b7df7fc8
parent 4646
cf9cb65c30dc
child 4668
03c569446830

Fixed a little issue in the configuration dialog related to pressing the apply button.

Preferences/ConfigurationDialog.py file | annotate | diff | comparison | revisions
--- a/Preferences/ConfigurationDialog.py	Sat Jan 09 17:19:05 2016 +0100
+++ b/Preferences/ConfigurationDialog.py	Mon Jan 11 17:00:56 2016 +0100
@@ -752,6 +752,7 @@
             self.preferencesChanged.emit()
             if savedState is not None:
                 page.setState(savedState)
+            page.polishPage()
         
     @pyqtSlot()
     def on_resetButton_clicked(self):

eric ide

mercurial