mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ fix: missing UI update (Margin Width)
This commit is contained in:
parent
ce738989a2
commit
ef443bc7f5
@ -7131,6 +7131,7 @@ static LRESULT _MsgNotifyFromEdit(HWND hwnd, const LPNMHDR pnmh, const SCNotific
|
||||
//}
|
||||
HandlePosChange();
|
||||
UpdateToolbar();
|
||||
UpdateMarginWidth();
|
||||
UpdateStatusbar(false);
|
||||
}
|
||||
else if (iUpd & SC_UPDATE_V_SCROLL)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user