mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 13:09:36 +02:00
IDE: fixed invisible toolbutton in designer. Issue #18192
git-svn-id: trunk@28697 -
This commit is contained in:
parent
a7114a3c18
commit
45883b6dc0
@ -671,7 +671,7 @@ begin
|
||||
for i := 0 to OrderedControls.Count - 1 do
|
||||
begin
|
||||
CurControl := TControl(OrderedControls[i]);
|
||||
if not CurControl.Visible then
|
||||
if not CurControl.IsControlVisible then
|
||||
Continue;
|
||||
CalculatePosition;
|
||||
//DebugLn(['WrapButtons ',CurControl.Name,':',CurControl.ClassName,' ',x,',',y,',',CurControl.Width,'x',CurControl.Height]);
|
||||
|
Loading…
Reference in New Issue
Block a user