mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +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"
|
||||
|
||||
const TCHAR *babyGridClassName = TEXT("BABYGRID");
|
||||
const wchar_t* babyGridClassName = L"BABYGRID";
|
||||
|
||||
bool BabyGridWrapper::_isRegistered = false;
|
||||
|
||||
@ -37,4 +37,6 @@ void BabyGridWrapper::init(HINSTANCE hInst, HWND parent, int16_t id)
|
||||
reinterpret_cast<HMENU>(id),
|
||||
_hInst,
|
||||
NULL);
|
||||
|
||||
_isRegistered = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user