[GME-commit] GMESRC/GME/MgaDecorators BoxDecorator.cpp,1.40,1.41

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Aug 31 22:33:51 CDT 2005


Update of /project/gme-repository/GMESRC/GME/MgaDecorators
In directory escher:/tmp/cvs-serv27347

Modified Files:
	BoxDecorator.cpp 
Log Message:
Hover box shifted 2 pixels back in case of referenceports.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: BoxDecorator.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaDecorators/BoxDecorator.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** BoxDecorator.cpp	26 Jan 2005 17:30:50 -0000	1.40
--- BoxDecorator.cpp	31 Aug 2005 21:33:49 -0000	1.41
***************
*** 213,216 ****
--- 213,218 ----
  			*sy += 2;
  			*ey += 2;
+ 			*sx += 2; // zolmol added
+ 			*ex += 2; // zolmol added
  		}
  		return S_OK;



More information about the GME-commit mailing list