[Mobies-commit] [commit] r3898 - GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Tue Sep 20 12:20:04 CDT 2011


Author: ksmyth
Date: Tue Sep 20 12:20:04 2011
New Revision: 3898

Log:
Dont wipe out checkboxes when clicking "R"

Modified:
   GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/FileInfoDialog.cpp

Modified: GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/FileInfoDialog.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/FileInfoDialog.cpp	Tue Sep 20 12:09:01 2011	(r3897)
+++ GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/FileInfoDialog.cpp	Tue Sep 20 12:20:04 2011	(r3898)
@@ -246,6 +246,7 @@
 
 void CFileInfoDialog::OnRenewPath() 
 {
+	UpdateData(TRUE);
 	// TODO: Add your control notification handler code here
 	int p = m_ConfigName.ReverseFind('\\');
 	int c = m_ConfigName.GetLength() - (p+1);


More information about the Mobies-commit mailing list