mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 07:22:40 +02:00
lcl: cleanup
git-svn-id: trunk@25295 -
This commit is contained in:
parent
581c468507
commit
65b652094f
@ -702,11 +702,9 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
procedure TControl.CMVisibleChanged(var Message : TLMessage);
|
||||
begin
|
||||
if (not (csDesigning in ComponentState)
|
||||
or (csNoDesignVisible in ControlStyle))
|
||||
and (not (csLoading in ComponentState)) then begin
|
||||
InvalidateControl(true, FVisible and (csOpaque in ControlStyle),true);
|
||||
end;
|
||||
if (not (csDesigning in ComponentState) or (csNoDesignVisible in ControlStyle)) and
|
||||
(not (csLoading in ComponentState)) then
|
||||
InvalidateControl(True, FVisible and (csOpaque in ControlStyle), True);
|
||||
end;
|
||||
|
||||
procedure TControl.CMTextChanged(var Message: TLMessage);
|
||||
|
Loading…
Reference in New Issue
Block a user