diff --git a/components/rx/trunk/demos/RxMDI/project1.lps b/components/rx/trunk/demos/RxMDI/project1.lps
index 99579f3f7..a8bb94536 100644
--- a/components/rx/trunk/demos/RxMDI/project1.lps
+++ b/components/rx/trunk/demos/RxMDI/project1.lps
@@ -18,9 +18,8 @@
-
-
-
+
+
@@ -70,9 +69,10 @@
+
-
-
+
+
@@ -128,115 +128,127 @@
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/rx/trunk/demos/RxMDI/unit1.lfm b/components/rx/trunk/demos/RxMDI/unit1.lfm
index 4b0fcb2c9..56758a5eb 100644
--- a/components/rx/trunk/demos/RxMDI/unit1.lfm
+++ b/components/rx/trunk/demos/RxMDI/unit1.lfm
@@ -53,6 +53,7 @@ object Form1: TForm1
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000
}
+ ShowInfoLabel = False
end
end
object RxMDITasks1: TRxMDITasks
diff --git a/components/rx/trunk/demos/RxMDI/unit1.pas b/components/rx/trunk/demos/RxMDI/unit1.pas
index 4d4b4085e..233fc591a 100644
--- a/components/rx/trunk/demos/RxMDI/unit1.pas
+++ b/components/rx/trunk/demos/RxMDI/unit1.pas
@@ -111,7 +111,7 @@ end;
procedure TForm1.FormCreate(Sender: TObject);
begin
- UpdateOptions;
+ //UpdateOptions;
end;
procedure TForm1.optHideCloseButtonExecute(Sender: TObject);
diff --git a/components/rx/trunk/rxcontrols/rxmdi.pas b/components/rx/trunk/rxcontrols/rxmdi.pas
index 4d22749f0..269c7148c 100644
--- a/components/rx/trunk/rxcontrols/rxmdi.pas
+++ b/components/rx/trunk/rxcontrols/rxmdi.pas
@@ -212,7 +212,7 @@ begin
Parent.DisableAlign;
//DebugLn(['TCustomLabeledEdit.DoPositionLabel ']);
FInfoLabel.Parent := Parent;
- FInfoLabel.Visible := Visible;
+ FInfoLabel.Visible := Visible and FShowInfoLabel;
{ case FLabelPosition of
lpAbove:
begin