chiark / gitweb /
Add some more missing strings to the translations.
[cura.git] / Cura / gui / mainWindow.py
index f4339c93c457a4b4485d0145b038965ab721850b..847418eb379e2b197e509361eeae4e7a6237cdcb 100644 (file)
@@ -309,6 +309,7 @@ class mainWindow(wx.Frame):
                prefDialog = preferencesDialog.preferencesDialog(self)
                prefDialog.Centre()
                prefDialog.Show()
+               wx.CallAfter(prefDialog.Show)
 
        def OnMachineSettings(self, e):
                prefDialog = preferencesDialog.machineSettingsDialog(self)