+ fix: missing UI update (Margin Width)

This commit is contained in:
Rainer Kottenhoff 2020-06-11 08:08:08 +02:00
parent ce738989a2
commit ef443bc7f5

View File

@ -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)