[GME-commit] GMESRC/GME/Gme PannButton.cpp,1.1,1.2
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Apr 26 05:16:16 CDT 2004
- Previous message: [GME-commit]
GMESRC/Tools/AutoLayout AutoLayoutComponent.dsp,NONE,1.1
Component.rc,NONE,1.1 ComponentConfig.h,NONE,1.1
ComponentDll.cpp,NONE,1.1 ComponentDll.h,NONE,1.1
ComponentLib.idl,NONE,1.1 ComponentObj.cpp,NONE,1.1
ComponentObj.h,NONE,1.1 DlgAutoLayout.cpp,NONE,1.1
DlgAutoLayout.h,NONE,1.1 GAOptimizer.cpp,NONE,1.1
GAOptimizer.h,NONE,1.1 GMEGraph.cpp,NONE,1.1 GMEGraph.h,NONE,1.1
Graph.cpp,NONE,1.1 Graph.h,NONE,1.1 LayoutOptimization.cpp,NONE,1.1
LayoutOptimization.h,NONE,1.1 Random.cpp,NONE,1.1 Random.h,NONE,1.1
RawComponent.cpp,NONE,1.1 RawComponent.h,NONE,1.1
StdAfx.cpp,NONE,1.1 StdAfx.h,NONE,1.1 compicon.ico,NONE,1.1
component.def,NONE,1.1 resource.h,NONE,1.1
- Next message: [GME-commit]
GMESRC/Paradigms/HFSM/interpreter Component.cpp,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv4932
Modified Files:
PannButton.cpp
Log Message:
Minor fix in the panning window (refresh only if it is visible)
CVS User: volgy
Index: PannButton.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/PannButton.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PannButton.cpp 25 Mar 2004 20:06:35 -0000 1.1
--- PannButton.cpp 26 Apr 2004 09:16:12 -0000 1.2
***************
*** 60,65 ****
m_viewRect.top = (int)(vrect.top * ry);
m_viewRect.bottom = (int)(vrect.bottom * ry);
! Invalidate();
! UpdateWindow();
}
--- 60,68 ----
m_viewRect.top = (int)(vrect.top * ry);
m_viewRect.bottom = (int)(vrect.bottom * ry);
! // the method can be called even if the panning window is not visible
! if (::IsWindow(GetSafeHwnd())) {
! Invalidate();
! UpdateWindow();
! }
}
- Previous message: [GME-commit]
GMESRC/Tools/AutoLayout AutoLayoutComponent.dsp,NONE,1.1
Component.rc,NONE,1.1 ComponentConfig.h,NONE,1.1
ComponentDll.cpp,NONE,1.1 ComponentDll.h,NONE,1.1
ComponentLib.idl,NONE,1.1 ComponentObj.cpp,NONE,1.1
ComponentObj.h,NONE,1.1 DlgAutoLayout.cpp,NONE,1.1
DlgAutoLayout.h,NONE,1.1 GAOptimizer.cpp,NONE,1.1
GAOptimizer.h,NONE,1.1 GMEGraph.cpp,NONE,1.1 GMEGraph.h,NONE,1.1
Graph.cpp,NONE,1.1 Graph.h,NONE,1.1 LayoutOptimization.cpp,NONE,1.1
LayoutOptimization.h,NONE,1.1 Random.cpp,NONE,1.1 Random.h,NONE,1.1
RawComponent.cpp,NONE,1.1 RawComponent.h,NONE,1.1
StdAfx.cpp,NONE,1.1 StdAfx.h,NONE,1.1 compicon.ico,NONE,1.1
component.def,NONE,1.1 resource.h,NONE,1.1
- Next message: [GME-commit]
GMESRC/Paradigms/HFSM/interpreter Component.cpp,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list