mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-11 05:38:00 -05:00
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@252 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
c5d968160f
commit
8e3c093fbb
@ -1048,7 +1048,11 @@ end;
|
||||
|
||||
procedure TForm1.MenuItemDebugImageClick(Sender: TObject);
|
||||
begin
|
||||
DebugImgForm.Show;
|
||||
MenuItemDebugImage.Checked := not DebugImgForm.Visible;
|
||||
if MenuItemDebugImage.Checked then
|
||||
DebugImgForm.Show
|
||||
else
|
||||
DebugImgForm.Hide;
|
||||
end;
|
||||
|
||||
procedure TForm1.MenuItemShowClick(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user