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

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1603
Date       : Sat Jul 29 17:42:20 BST 2006

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

Fix focus code that meant the status line was doing most focus handling,
and also causes valgrind complaints


Diff:
Index: Trunk/XaraLX/Kernel/stdbars.cpp
===================================================================
--- Trunk/XaraLX/Kernel/stdbars.cpp	(revision 1602)
+++ Trunk/XaraLX/Kernel/stdbars.cpp	(revision 1603)
@@ -257,10 +257,8 @@
 			End();
 			return OK;
 		}
+
 		// Else fall through
-	}
-	else
-	{
 		if (( DIM_SELECTION_CHANGED == DMsg->DlgMsg ) || ( DIM_SLIDER_POS_SET == DMsg->DlgMsg ))
 		{
 			TRACEUSER( "luke", _T("Change focus") );


Xara