Mercurial > hg > easyhg
diff src/historywidget.cpp @ 622:66adbedb69a9
Undo the one part we didn't want, from the last patch
author | Chris Cannam |
---|---|
date | Fri, 19 Oct 2012 11:25:02 +0100 |
parents | f635e227775c |
children | ae67ea0af696 |
line wrap: on
line diff
--- a/src/historywidget.cpp Wed Oct 17 12:15:25 2012 +0200 +++ b/src/historywidget.cpp Fri Oct 19 11:25:02 2012 +0100 @@ -71,7 +71,7 @@ connect(m_showClosedBranches, SIGNAL(toggled(bool)), this, SLOT(showClosedChanged(bool))); optLayout->addWidget(m_showClosedBranches, 0, 1, Qt::AlignRight); - // m_showClosedBranches->hide(); + m_showClosedBranches->hide(); setLayout(layout); }