[cmake-commits] clinton committed CMakeSetupDialog.cxx 1.30 1.31

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 8 13:47:11 EST 2008


Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv9631

Modified Files:
	CMakeSetupDialog.cxx 
Log Message:
BUG:  Make sure editor closes when deleting cache entries.


Index: CMakeSetupDialog.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetupDialog.cxx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- CMakeSetupDialog.cxx	1 Feb 2008 16:48:00 -0000	1.30
+++ CMakeSetupDialog.cxx	8 Feb 2008 18:47:08 -0000	1.31
@@ -695,6 +695,7 @@
     {
     pidxs.append(i);
     }
+  this->CacheValues->selectionModel()->clear();
   foreach(QPersistentModelIndex pi, pidxs)
     {
     this->CacheValues->model()->removeRow(pi.row());



More information about the Cmake-commits mailing list