lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5236] Select first cell upon view creation


From: Greg Chicares
Subject: [lmi-commits] [5236] Select first cell upon view creation
Date: Sun, 07 Aug 2011 22:17:24 +0000

Revision: 5236
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5236
Author:   chicares
Date:     2011-08-07 22:17:23 +0000 (Sun, 07 Aug 2011)
Log Message:
-----------
Select first cell upon view creation

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/census_view.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2011-08-07 21:44:25 UTC (rev 5235)
+++ lmi/trunk/ChangeLog 2011-08-07 22:17:23 UTC (rev 5236)
@@ -28169,3 +28169,15 @@
 Improve documentation (VS). See:
   http://lists.nongnu.org/archive/html/lmi/2011-07/msg00030.html
 
+20110807T2144Z <address@hidden> [637]
+
+  census_view.cpp
+Adjust wxDVC row height (VS). See:
+  http://lists.nongnu.org/archive/html/lmi/2011-07/msg00041.html
+
+20110807T2217Z <address@hidden> [637]
+
+  census_view.cpp
+Select first cell upon view creation. See:
+  http://lists.nongnu.org/archive/html/lmi/2011-08/msg00009.html
+

Modified: lmi/trunk/census_view.cpp
===================================================================
--- lmi/trunk/census_view.cpp   2011-08-07 21:44:25 UTC (rev 5235)
+++ lmi/trunk/census_view.cpp   2011-08-07 22:17:23 UTC (rev 5236)
@@ -313,6 +313,8 @@
     list_model_->Reset(cell_parms().size());
     Update();
 
+    list_window_->Select(list_model_->GetItem(0));
+
     status() << std::flush;
 
     return list_window_;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]