mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
Fix Mouse Wheel Scrolling in Shortcut Mapper even nothing to scroll
Reduce also Shortcut Mapper memory use. Fix #14895, close #14896
This commit is contained in:
parent
71a12c4289
commit
52fa5a3b8a
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "BabyGridWrapper.h"
|
#include "BabyGridWrapper.h"
|
||||||
|
|
||||||
const TCHAR *babyGridClassName = TEXT("BABYGRID");
|
const wchar_t* babyGridClassName = L"BABYGRID";
|
||||||
|
|
||||||
bool BabyGridWrapper::_isRegistered = false;
|
bool BabyGridWrapper::_isRegistered = false;
|
||||||
|
|
||||||
@ -37,4 +37,6 @@ void BabyGridWrapper::init(HINSTANCE hInst, HWND parent, int16_t id)
|
|||||||
reinterpret_cast<HMENU>(id),
|
reinterpret_cast<HMENU>(id),
|
||||||
_hInst,
|
_hInst,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
_isRegistered = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user