author | Andrey Skvortsov <andrej.skvortzov@gmail.com> |
Wed, 29 Aug 2018 18:58:51 +0300 | |
changeset 2302 | 69fefac5760e |
parent 2301 | 5b8a7dd43f9f |
child 2303 | 03ea6837a0b4 |
child 2304 | 68e6649039a5 |
child 2341 | 210cddfa16cf |
IDEFrame.py | file | annotate | diff | comparison | revisions |
--- a/IDEFrame.py Wed Aug 29 18:53:02 2018 +0300 +++ b/IDEFrame.py Wed Aug 29 18:58:51 2018 +0300 @@ -2172,6 +2172,7 @@ self.AUIManager.GetPane("EditorToolBar").Show() self.AUIManager.Update() self.AUIManager.GetPane("EditorToolBar").BestSize(EditorToolBar.GetBestSize()) + self.AUIManager.Update() elif menu is None: self.ResetEditorToolBar() self.CurrentMenu = menu