mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ chg: reduced stay-time for Zoom level tooltip
This commit is contained in:
parent
965a4c1742
commit
8e0aa7690d
@ -10427,7 +10427,7 @@ void ShowZoomCallTip()
|
||||
SciCall_CallTipShow(iPos, chToolTip);
|
||||
SciCall_SetXOffset(iXOff);
|
||||
Globals.CallTipType = CT_ZOOM;
|
||||
_DelayClearZoomCallTip(4000);
|
||||
_DelayClearZoomCallTip(3200);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user