paysages: Small changes

git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@203 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
This commit is contained in:
Michaël Lemaire 2011-12-25 21:32:00 +00:00 committed by ThunderK
parent 8bc67f2507
commit cb5b7d527a

View file

@ -6,6 +6,8 @@ FormWater::FormWater(QWidget *parent) :
ui(new Ui::FormWater)
{
ui->setupUi(this);
this->findChild<QToolBox*>("water_configs")->setCurrentIndex(0);
}
FormWater::~FormWater()