mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
Merge remote-tracking branch 'remotes/hypherion2/master'
This commit is contained in:
commit
c902f94d5a
@ -617,6 +617,8 @@ LRESULT Notepad_plus::init(HWND hwnd)
|
|||||||
_toolBar.addToRebar(&_rebarTop);
|
_toolBar.addToRebar(&_rebarTop);
|
||||||
_rebarTop.setIDVisible(REBAR_BAR_TOOLBAR, willBeShown);
|
_rebarTop.setIDVisible(REBAR_BAR_TOOLBAR, willBeShown);
|
||||||
|
|
||||||
|
checkMacroState();
|
||||||
|
|
||||||
//--Init dialogs--//
|
//--Init dialogs--//
|
||||||
_findReplaceDlg.init(_pPublicInterface->getHinst(), hwnd, &_pEditView);
|
_findReplaceDlg.init(_pPublicInterface->getHinst(), hwnd, &_pEditView);
|
||||||
_incrementFindDlg.init(_pPublicInterface->getHinst(), hwnd, &_findReplaceDlg, _nativeLangSpeaker.isRTL());
|
_incrementFindDlg.init(_pPublicInterface->getHinst(), hwnd, &_findReplaceDlg, _nativeLangSpeaker.isRTL());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user