[GME-commit] GMESRC/GME/Gme PartBrowserPane.cpp,1.9,1.10
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue May 18 11:08:46 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv32181/Gme
Modified Files:
PartBrowserPane.cpp
Log Message:
JIRA #GME-52 fixed: Attribute panel deterministically makes wrong assignments
CVS User: volgy
Index: PartBrowserPane.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/PartBrowserPane.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** PartBrowserPane.cpp 8 Mar 2004 16:20:04 -0000 1.9
--- PartBrowserPane.cpp 18 May 2004 15:08:43 -0000 1.10
***************
*** 39,48 ****
ChangeAspect(aspect);
! const int leftMargin = 0;
const int rightMargin = 10;
const int topMargin = 10;
const int bottomMargin = 30;
! const int xPadding = 1;
const int yPadding = 30;
--- 39,48 ----
ChangeAspect(aspect);
! const int leftMargin = 10;
const int rightMargin = 10;
const int topMargin = 10;
const int bottomMargin = 30;
! const int xPadding = 10;
const int yPadding = 30;
***************
*** 229,232 ****
--- 229,236 ----
{
CGMEEventLogger::LogGMEEvent("CPartBrowserPane::OnLButtonDown\r\n");
+
+ // Needed to flush the Object Inspector and the Browser (JIRA #GME-52)
+ SetFocus();
+
CPartBrowserPaneFrame *parent = (CPartBrowserPaneFrame*)GetParent();
ASSERT( parent != NULL );
More information about the GME-commit
mailing list