replaced exception with debugln

git-svn-id: trunk@9009 -
This commit is contained in:
mattias 2006-03-24 09:13:54 +00:00
parent 22e049a217
commit 680c5169a8

View File

@ -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;