[commit] r1680 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Nov 11 16:28:52 CST 2011


Author: ksmyth
Date: Fri Nov 11 16:28:52 2011
New Revision: 1680

Log:
Fix regression from 1673 where selecting connection in model editor updates Object Inspector to containing model

Modified:
   trunk/GME/Gme/GMEView.cpp

Modified: trunk/GME/Gme/GMEView.cpp
==============================================================================
--- trunk/GME/Gme/GMEView.cpp	Thu Nov 10 22:09:28 2011	(r1679)
+++ trunk/GME/Gme/GMEView.cpp	Fri Nov 11 16:28:52 2011	(r1680)
@@ -5155,8 +5155,8 @@
 								// ANNTODO: ChangeAttrPrefFco...
 							}
 						}
+						ChangeAttrPrefObjs(selected);
 					}
-					ChangeAttrPrefObjs(selected);
 				}
 				bool succ = this->SendNow();
 				Invalidate( succ);


More information about the gme-commit mailing list