lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f1011f8 1/2: Don't clear the statusbar withou


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f1011f8 1/2: Don't clear the statusbar without good reason
Date: Fri, 2 Mar 2018 07:22:30 -0500 (EST)

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

    Don't clear the statusbar without good reason
    
    Removed the only two lines in lmi that cleared the statusbar merely in
    order to clear it. Preserving information is better than destroying it.
---
 census_view.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/census_view.cpp b/census_view.cpp
index 7ea48b9..24b58e4 100644
--- a/census_view.cpp
+++ b/census_view.cpp
@@ -1006,8 +1006,6 @@ wxWindow* CensusView::CreateChildWindow()
 
     list_window_->Select(list_model_->GetItem(0));
 
-    status() << std::flush;
-
     return list_window_;
 }
 
@@ -1846,8 +1844,6 @@ void CensusView::UponPasteCensus(wxCommandEvent&)
     list_window_->Select(z);
     list_window_->EnsureVisible(z);
 
-    status() << std::flush;
-
     LMI_ASSERT(1 == case_parms().size());
     LMI_ASSERT(!cell_parms ().empty());
     LMI_ASSERT(!class_parms().empty());



reply via email to

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