- Fixed TfrmToolWindow.FormDeactivate to check CanClose first

- Fixed TfrmDrawSettings and TfrmHueSettings to be shown non-modal (fixes #49)
This commit is contained in:
2009-12-18 18:43:55 +01:00
parent e502321f35
commit 5d7c40d579
4 changed files with 357 additions and 333 deletions

View File

@@ -1084,7 +1084,7 @@ begin
acDraw.Checked := True;
tbDrawTile.Down := True;
mnuDraw.Checked := True;
frmDrawSettings.ShowModal;
frmDrawSettings.Show;
ProcessToolState;
end;