diff --git a/Projects/SAMufasaGUI/project1.lpi b/Projects/SAMufasaGUI/project1.lpi
index 657c18a..555a5a0 100644
--- a/Projects/SAMufasaGUI/project1.lpi
+++ b/Projects/SAMufasaGUI/project1.lpi
@@ -7,7 +7,7 @@
-
+
@@ -33,7 +33,7 @@
-
+
@@ -168,8 +168,8 @@
-
-
+
+
@@ -227,9 +227,7 @@
-
-
@@ -312,18 +310,14 @@
-
-
-
-
@@ -383,9 +377,7 @@
-
-
@@ -472,9 +464,7 @@
-
-
@@ -576,11 +566,9 @@
-
+
-
-
@@ -612,9 +600,7 @@
-
-
@@ -677,17 +663,17 @@
-
-
-
+
+
+
-
-
-
+
+
+
@@ -733,7 +719,7 @@
-
+
@@ -758,7 +744,7 @@
-
+
@@ -792,7 +778,7 @@
-
+
@@ -834,7 +820,7 @@
-
+
@@ -870,7 +856,7 @@
-
+
@@ -885,7 +871,7 @@
-
+
@@ -977,9 +963,7 @@
-
-
@@ -993,9 +977,7 @@
-
-
@@ -1003,7 +985,7 @@
-
+
@@ -1204,9 +1186,7 @@
-
-
-
+
@@ -1225,17 +1205,13 @@
-
-
-
-
@@ -1306,34 +1282,26 @@
-
-
-
-
-
-
-
-
@@ -1345,33 +1313,25 @@
-
-
-
-
-
-
-
-
@@ -1392,181 +1352,96 @@
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Projects/SAMufasaGUI/testunit.pas b/Projects/SAMufasaGUI/testunit.pas
index 199e89a..3acb1b7 100644
--- a/Projects/SAMufasaGUI/testunit.pas
+++ b/Projects/SAMufasaGUI/testunit.pas
@@ -767,7 +767,7 @@ end;
procedure TForm1.PageControl1MouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
begin
- PageControl1.BeginDrag(false);
+ PageControl1.BeginDrag({$ifdef linux}true{$else} false {$endif});
end;