1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-06 01:15:31 -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:
Wizzup? 2010-02-23 17:48:55 +00:00
parent 5bba118c09
commit 5107b530e6

View File

@ -1195,6 +1195,7 @@ begin
begin begin
formWriteln('Our window no longer exists -> Resetting to desktop'); formWriteln('Our window no longer exists -> Resetting to desktop');
self.Manager.SetDesktop; self.Manager.SetDesktop;
self.Manager.ResetError;
end; end;
StatusBar.Panels[Panel_Coords].Text := Format('(%d, %d)', [x, y]); StatusBar.Panels[Panel_Coords].Text := Format('(%d, %d)', [x, y]);
end; end;