From: Simon Rit Date: Mon, 13 Feb 2012 13:25:39 +0000 (+0100) Subject: Really hide input selector X-Git-Tag: v1.3.0~98^2~7 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=58cc968bc8fbd711094b67b07befe59f315ac9b6;p=clitk.git Really hide input selector --- diff --git a/vv/vvToolWidgetBase.cxx b/vv/vvToolWidgetBase.cxx index c780768..6abc741 100644 --- a/vv/vvToolWidgetBase.cxx +++ b/vv/vvToolWidgetBase.cxx @@ -246,10 +246,7 @@ void vvToolWidgetBase::AddInputSelector(QString s, bool allowSkip) //------------------------------------------------------------------------------ void vvToolWidgetBase::HideInputSelector() { - QList s; - s.push_back(0); - s.push_back(1); - splitter->setSizes(s); + mToolInputSelectionWidget->hide(); } //------------------------------------------------------------------------------