lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5855] Display a busy cursor when applying changes to grou


From: Greg Chicares
Subject: [lmi-commits] [5855] Display a busy cursor when applying changes to groups of cells
Date: Wed, 29 Jan 2014 17:39:20 +0000

Revision: 5855
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5855
Author:   chicares
Date:     2014-01-29 17:39:19 +0000 (Wed, 29 Jan 2014)
Log Message:
-----------
Display a busy cursor when applying changes to groups of cells

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

Modified: lmi/trunk/census_view.cpp
===================================================================
--- lmi/trunk/census_view.cpp   2014-01-23 14:14:16 UTC (rev 5854)
+++ lmi/trunk/census_view.cpp   2014-01-29 17:39:19 UTC (rev 5855)
@@ -53,6 +53,7 @@
 #include <wx/msgdlg.h>
 #include <wx/settings.h>
 #include <wx/spinctrl.h>
+#include <wx/utils.h>                   // wxBusyCursor
 #include <wx/valnum.h>
 #include <wx/wupdlock.h>
 #include <wx/xrc/xmlres.h>
@@ -1125,6 +1126,8 @@
     ,bool         for_this_class_only
     )
 {
+    wxBusyCursor wait;
+
     // Case or class default parameters were edited and changed.
     // Compare the default parameters before and after editing;
     // for every parameter that was changed, assign the new value




reply via email to

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