mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:22:30 +02:00
Revert "IDE: Another debug message ...", fLastCompPaletteForm was freed -> crash.
git-svn-id: trunk@47098 -
This commit is contained in:
parent
4ead586177
commit
d16d9236fd
@ -3674,11 +3674,6 @@ end;
|
||||
|
||||
procedure TMainIDE.UpdateIDEComponentPalette(IfFormChanged: boolean);
|
||||
begin
|
||||
{$IFDEF VerboseComponentPalette}
|
||||
DebugLn(['* TMainIDE.UpdateIDEComponentPalette',
|
||||
', fLastCompPaletteForm=', fLastCompPaletteForm,
|
||||
', LastFormActivated=', LastFormActivated]);
|
||||
{$ENDIF}
|
||||
if IfFormChanged and (fLastCompPaletteForm=LastFormActivated) then exit;
|
||||
fLastCompPaletteForm:=LastFormActivated;
|
||||
IDEComponentPalette.HideControls:=(LastFormActivated<>nil)
|
||||
|
Loading…
Reference in New Issue
Block a user