mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 07:57:13 +01:00
LCL, Carbon: Visible undocked design window at Lazarus start with installed Sparta package. From Maciej.
git-svn-id: trunk@50420 -
This commit is contained in:
parent
a1667bc145
commit
c17e3d8e95
@ -1689,7 +1689,7 @@ procedure TCarbonWindow.ShowHide(AVisible: Boolean);
|
||||
begin
|
||||
//DebugLn('TCarbonWindow.ShowHide ' + DbgSName(LCLobject),' ', DbgS(AVisible));
|
||||
if Assigned(fWindowRef) then begin
|
||||
if AVisible or (csDesigning in LCLobject.ComponentState) then
|
||||
if AVisible then
|
||||
begin
|
||||
MacOSAll.ShowWindow(fWindowRef);
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user