mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
designer: don't hide a hint window on every mouse move if we are resizing/moving component (or it has problems on gtk2)
git-svn-id: trunk@21773 -
This commit is contained in:
parent
272272f0ca
commit
bc005b9925
@ -2008,7 +2008,8 @@ begin
|
||||
FHintTimer.Enabled := False;
|
||||
// hide hint
|
||||
FHintTimer.Enabled := Shift*[ssLeft,ssRight,ssMiddle]=[];
|
||||
FHintWindow.Visible := False;
|
||||
if not (dfHasSized in FFlags) then
|
||||
FHintWindow.Visible := False;
|
||||
end;
|
||||
|
||||
DesignSender:=GetDesignControl(Sender);
|
||||
|
Loading…
Reference in New Issue
Block a user