[GME-commit] GMESRC/GME/MgaUtil AnnotationBrowserDlg.cpp,1.4,1.5
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Jul 7 16:08:45 CDT 2005
Update of /project/gme-repository/GMESRC/GME/MgaUtil
In directory escher:/tmp/cvs-serv8713
Modified Files:
AnnotationBrowserDlg.cpp
Log Message:
Enabling Show/hide button when inherited annotation has been simply deleted.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: AnnotationBrowserDlg.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaUtil/AnnotationBrowserDlg.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AnnotationBrowserDlg.cpp 6 Jul 2005 22:11:29 -0000 1.4
--- AnnotationBrowserDlg.cpp 7 Jul 2005 15:08:43 -0000 1.5
***************
*** 390,394 ****
// show/hide btn
m_showHideBtn.SetWindowText(node->m_hidden?show_str:hide_str);
! m_showHideBtn.EnableWindow(node->m_canBeRederived || node->m_virtual);// show only in case of subtype/instance
memcpy(&m_anLogFont, &(node->m_logfont), sizeof(LOGFONT));
--- 390,394 ----
// show/hide btn
m_showHideBtn.SetWindowText(node->m_hidden?show_str:hide_str);
! m_showHideBtn.EnableWindow(node->m_hidden || node->m_canBeRederived || node->m_virtual);// show only in case of subtype/instance or if hidden
memcpy(&m_anLogFont, &(node->m_logfont), sizeof(LOGFONT));
More information about the GME-commit
mailing list