Skip to content

Commit

Permalink
wxPython4/settings dialogs: deleteWindows -> delete_windows in sizer.…
Browse files Browse the repository at this point in the history
…Clear method. Re nvaccess#7077
  • Loading branch information
josephsl committed Jun 17, 2018
1 parent dea4b0a commit 418088a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gui/settingsDialogs.py
Expand Up @@ -1047,7 +1047,7 @@ def onPanelActivated(self):
if gui._isDebug():
log.debug("refreshing voice panel")
self.sizerDict.clear()
self.settingsSizer.Clear(deleteWindows=True)
self.settingsSizer.Clear(delete_windows=True)
self.makeSettings(self.settingsSizer)
super(VoiceSettingsPanel,self).onPanelActivated()

Expand Down

0 comments on commit 418088a

Please sign in to comment.