From 1e1f447ec85f11eda6f465085ec7f0f4f7846d0c Mon Sep 17 00:00:00 2001 From: Adrian Avramescu Date: Tue, 28 Jul 2015 13:57:42 -0700 Subject: [PATCH] Set initial macro menu state (fixes issue #172) --- PowerEditor/src/Notepad_plus.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index 46fe2b368..a14841485 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -617,6 +617,8 @@ LRESULT Notepad_plus::init(HWND hwnd) _toolBar.addToRebar(&_rebarTop); _rebarTop.setIDVisible(REBAR_BAR_TOOLBAR, willBeShown); + checkMacroState(); + //--Init dialogs--// _findReplaceDlg.init(_pPublicInterface->getHinst(), hwnd, &_pEditView); _incrementFindDlg.init(_pPublicInterface->getHinst(), hwnd, &_findReplaceDlg, _nativeLangSpeaker.isRTL());