mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 13:42:51 +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);
|
procedure TControl.CMVisibleChanged(var Message : TLMessage);
|
||||||
begin
|
begin
|
||||||
if (not (csDesigning in ComponentState)
|
if (not (csDesigning in ComponentState) or (csNoDesignVisible in ControlStyle)) and
|
||||||
or (csNoDesignVisible in ControlStyle))
|
(not (csLoading in ComponentState)) then
|
||||||
and (not (csLoading in ComponentState)) then begin
|
InvalidateControl(True, FVisible and (csOpaque in ControlStyle), True);
|
||||||
InvalidateControl(true, FVisible and (csOpaque in ControlStyle),true);
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TControl.CMTextChanged(var Message: TLMessage);
|
procedure TControl.CMTextChanged(var Message: TLMessage);
|
||||||
|
Loading…
Reference in New Issue
Block a user