From 7462800afa4c1769dd053e0860c07a31737db787 Mon Sep 17 00:00:00 2001 From: Raymond Date: Sat, 7 Nov 2009 12:52:29 +0000 Subject: [PATCH] Now it's actually fixed, I guess. git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@201 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Projects/SAMufasaGUI/framescript.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/SAMufasaGUI/framescript.pas b/Projects/SAMufasaGUI/framescript.pas index 9429dc2..b9c3c2d 100644 --- a/Projects/SAMufasaGUI/framescript.pas +++ b/Projects/SAMufasaGUI/framescript.pas @@ -152,6 +152,7 @@ procedure TScriptFrame.MakeActiveScriptFrame; var i : integer; begin + if Form1.Visible then for i := 0 to OwnerPage.PageCount - 1 do if OwnerPage.Pages[i] = OwnerSheet then begin;