Merge master into gtk3
This commit is contained in:
@@ -55,7 +55,7 @@ void ToolParamBlock::on_style_updated ()
|
||||
updateStyle();
|
||||
}
|
||||
|
||||
FoldableToolPanel::FoldableToolPanel(Gtk::Box* content, Glib::ustring toolName, Glib::ustring UILabel, bool need11, bool useEnabled) : ToolPanel(toolName, need11), parentContainer(NULL), exp(NULL), lastEnabled(true)
|
||||
FoldableToolPanel::FoldableToolPanel(Gtk::Box* content, Glib::ustring toolName, Glib::ustring UILabel, bool need11, bool useEnabled) : ToolPanel(toolName, need11), parentContainer(nullptr), exp(nullptr), lastEnabled(true)
|
||||
{
|
||||
if (!content) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user