lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 53efa53 1/3: No longer show busy cursor when


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 53efa53 1/3: No longer show busy cursor when cutting and pasting
Date: Tue, 26 Jun 2018 18:36:54 -0400 (EDT)

branch: master
commit 53efa53525131a3c7cdfe06850fc3b8ce0c2d7ab
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    No longer show busy cursor when cutting and pasting
    
    Reverted commit 489f0a26 in all material aspects (except one comment).
    Contemporary mailing-list discussion suggests that the busy cursor was
    most often an obtrusive nuisance.
---
 census_view.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/census_view.cpp b/census_view.cpp
index b41fe30..dce6666 100644
--- a/census_view.cpp
+++ b/census_view.cpp
@@ -1697,8 +1697,6 @@ void CensusView::UponRunCaseToGroupQuote(wxCommandEvent&)
 
 void CensusView::UponPasteCensus(wxCommandEvent&)
 {
-    wxBusyCursor reverie;
-
     std::string const census_data = ClipboardEx::GetText();
 
     std::vector<std::string> headers;
@@ -1886,8 +1884,6 @@ void CensusView::UponPasteCensus(wxCommandEvent&)
 
 void CensusView::UponCopyCensus(wxCommandEvent&)
 {
-    wxBusyCursor reverie;
-
     DoCopyCensus();
 
     if(contains(global_settings::instance().pyx(), "cut_census"))



reply via email to

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