mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Method typo in AUI_DockingWindowMgr
This commit is contained in:
@@ -1093,7 +1093,7 @@ class SettingsPanel(wx.Panel):
|
||||
else:
|
||||
return
|
||||
|
||||
self._frame.GetDockArt().SetColor(var, dlg.GetColourData().GetColour())
|
||||
self._frame.GetDockArt().SetColour(var, dlg.GetColourData().GetColour())
|
||||
self._frame.DoUpdate()
|
||||
self.UpdateColors()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user