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:
paul 2009-09-19 17:24:50 +00:00
parent 272272f0ca
commit bc005b9925

View File

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