mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-10 19:35:10 -05:00
Update Form now uses ShowModal rather than Show. Call it a workaround or hack,
but I think this will do for now. Resolves #29. git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@396 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
6f9335edb1
commit
939298bf44
@ -430,7 +430,7 @@ end;
|
||||
|
||||
procedure TForm1.UpdateButtonClick(Sender: TObject);
|
||||
begin
|
||||
SimbaUpdateForm.Show;
|
||||
SimbaUpdateForm.ShowModal;
|
||||
UpdateButton.Visible:=False;
|
||||
end;
|
||||
|
||||
@ -461,7 +461,7 @@ end;
|
||||
|
||||
procedure TForm1.UpdateMenuButtonClick(Sender: TObject);
|
||||
begin
|
||||
SimbaUpdateForm.Show; { I don't see why Modal }
|
||||
SimbaUpdateForm.ShowModal;
|
||||
end;
|
||||
|
||||
procedure formWriteln( S : String);
|
||||
|
Loading…
Reference in New Issue
Block a user