mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 15:20:49 +02:00
IDE, Debugger: Fixed crash in Asm dialog (dialog closed, while running (F9) from dlg)
git-svn-id: trunk@44764 -
This commit is contained in:
parent
469e1dd8c0
commit
fb748dcef7
@ -315,6 +315,7 @@ begin
|
||||
inherited;
|
||||
Exit;
|
||||
end;
|
||||
pbAsm.Invalidate;
|
||||
case Key of
|
||||
VK_UP: begin
|
||||
ToolButtonPower.Down := True;
|
||||
@ -365,7 +366,6 @@ begin
|
||||
else
|
||||
inherited;
|
||||
end;
|
||||
pbAsm.Invalidate;
|
||||
end;
|
||||
|
||||
procedure TAssemblerDlg.CopyToClipboardClick(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user