mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-05 17:05:19 -05:00
Forgot ResetError. Doesn't matter in this case, but it is still more neat.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@547 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
5bba118c09
commit
5107b530e6
@ -1195,6 +1195,7 @@ begin
|
||||
begin
|
||||
formWriteln('Our window no longer exists -> Resetting to desktop');
|
||||
self.Manager.SetDesktop;
|
||||
self.Manager.ResetError;
|
||||
end;
|
||||
StatusBar.Panels[Panel_Coords].Text := Format('(%d, %d)', [x, y]);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user