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

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 938
Date       : Tue May  2 17:49:41 BST 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/layergal.cpp

Fixed layer gallery up so it doesn't die on cancel


Diff:
Index: Trunk/XaraLX/Kernel/layergal.cpp
===================================================================
--- Trunk/XaraLX/Kernel/layergal.cpp	(revision 937)
+++ Trunk/XaraLX/Kernel/layergal.cpp	(revision 938)
@@ -1411,8 +1411,8 @@
 
 			LayerNameDlg::IsOpen 		= FALSE;	// We no longer have a current layer name dialog
 			LayerNameDlg::pLayerNameDlg = NULL;		// so reset the static vars
+			return (DLG_EAT_IF_HUNGRY(Msg)); 
 	   	}
-//		return (DLG_EAT_IF_HUNGRY(Msg)); 
 	}
 //	return OK; 
 


Xara