IDE, Debugger: Fixed crash in Asm dialog (dialog closed, while running (F9) from dlg)

git-svn-id: trunk@44764 -
This commit is contained in:
martin 2014-04-19 03:21:31 +00:00
parent 469e1dd8c0
commit fb748dcef7

View File

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