Some improvment and bug fixed

This commit is contained in:
Desmis
2019-06-25 20:31:59 +02:00
parent 07d74501f2
commit ee63f51e5c
3 changed files with 20 additions and 18 deletions

View File

@@ -142,7 +142,7 @@ static double wbTemp2Slider(double temp)
return sval;
}
WhiteBalance::WhiteBalance () : FoldableToolPanel(this, "whitebalance", M("TP_WBALANCE_LABEL"), false, true), wbp(nullptr), wblistener(nullptr)
WhiteBalance::WhiteBalance () : FoldableToolPanel(this, "whitebalance", M("TP_WBALANCE_LABEL"), true, true), wbp(nullptr), wblistener(nullptr)
{
Gtk::Grid* methodgrid = Gtk::manage(new Gtk::Grid());