comparison src/historywidget.cpp @ 572:88ec0ae91dcc

Update search in history only if there are search terms; don't use spacer in toolbar on Mac
author Chris Cannam
date Tue, 06 Mar 2012 14:24:48 +0000
parents 1e76d1009167
children 6f90bb52eee6
comparison
equal deleted inserted replaced
570:e0d734fad735 572:88ec0ae91dcc
250 250
251 if (toFocus) { 251 if (toFocus) {
252 toFocus->ensureVisible(); 252 toFocus->ensureVisible();
253 } 253 }
254 254
255 updateSearchStatus(); 255 if (m_searchText != "") {
256 updateSearchStatus();
257 }
256 connectSceneSignals(); 258 connectSceneSignals();
257 } 259 }
258 260
259 void HistoryWidget::setChangesetParents() 261 void HistoryWidget::setChangesetParents()
260 { 262 {