[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1591
Date       : Sat Jul 29 00:32:17 BST 2006

Changed paths:
   M /Trunk/XaraLX/tools/freeinfo.cpp

Fix bugzilla Bug #1352


Diff:
Index: Trunk/XaraLX/tools/freeinfo.cpp
===================================================================
--- Trunk/XaraLX/tools/freeinfo.cpp	(revision 1590)
+++ Trunk/XaraLX/tools/freeinfo.cpp	(revision 1591)
@@ -284,6 +284,11 @@
 
 		else if (Msg->DlgMsg == DIM_CREATE)
 		{
+// NB - not #ifndef
+#ifdef EXCLUDE_FROM_XARALX
+			EnableGadget(_R(IDC_CREATEBRUSH), FALSE);
+			EnableGadget(_R(IDC_EDITBRUSH), FALSE);
+#endif
 			HandleCreate();
 		}
 		else
@@ -3252,7 +3257,6 @@
 	else
 		EnableGadget(_R(IDC_EDITBRUSH), FALSE);
 //#endif
-#endif
 	SelRange* pSel = GetApplication()->FindSelection();
 	if (pSel != NULL)
 	{
@@ -3263,6 +3267,10 @@
 			EnableGadget(_R(IDC_CREATEBRUSH), TRUE);
 //#endif
 	}
+#else
+	EnableGadget(_R(IDC_CREATEBRUSH), FALSE);
+	EnableGadget(_R(IDC_EDITBRUSH), FALSE);
+#endif
 
 // WEBSTER - markn 25/4/97
 // No pen stuff required in Webster


Xara