[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index] 
[XaraXtreme-dev] Re: [XaraXtreme-commits] Commit Complete
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Fri, 05 May 2006 16:57:08 +0100
- Subject: [XaraXtreme-dev] Re: [XaraXtreme-commits] Commit Complete
Luke,
===================================================================
--- Trunk/XaraLX/wxOil/dlgmgr.h	(revision 963)
+++ Trunk/XaraLX/wxOil/dlgmgr.h	(revision 964)
@@ -473,7 +473,7 @@
 						 Node* pNode,
 						 BOOL IncludeUnitSpecifier = TRUE,
 			             BOOL EndOfList = FALSE, 
-			     		 INT32 ListPos = 0
+			     		 INT32 ListPos = -1
 			             ); 
This commit will break a fix I made for the guides property box.
Any particular reason you want dialogop to default a different
way from dlgmgr.h? I changed it as all the other calls default
with ListPos to zero, and that's what (at least the guide stuff)
expects, -1 not making sense for anything other than a combo.
Or is this accidental?
Alex