mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 05:20:23 +02:00
replaced exception with debugln
git-svn-id: trunk@9009 -
This commit is contained in:
parent
22e049a217
commit
680c5169a8
@ -343,7 +343,7 @@ begin
|
||||
GetLayoutFromControl;
|
||||
end else begin
|
||||
// the control will become visible -> dock it to restore the last layout
|
||||
RaiseGDBException('TCustomLazControlDocker.ControlVisibleChanging TODO restore layout');
|
||||
debugln('TCustomLazControlDocker.ControlVisibleChanging TODO restore layout');
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user