+ chg: reduced stay-time for Zoom level tooltip

This commit is contained in:
Rainer Kottenhoff 2019-03-05 14:52:39 +01:00
parent 965a4c1742
commit 8e0aa7690d

View File

@ -10427,7 +10427,7 @@ void ShowZoomCallTip()
SciCall_CallTipShow(iPos, chToolTip);
SciCall_SetXOffset(iXOff);
Globals.CallTipType = CT_ZOOM;
_DelayClearZoomCallTip(4000);
_DelayClearZoomCallTip(3200);
}