fixed maximize panel implementation

This commit is contained in:
itsmattkc
2019-09-26 04:00:41 +10:00
parent 56e3fd41e5
commit 00d3932194
10 changed files with 49 additions and 5 deletions
+3
View File
@@ -26,6 +26,9 @@
ToolPanel::ToolPanel(QWidget *parent) :
PanelWidget(parent)
{
// FIXME: This won't work if there's ever more than one of this panel
setObjectName("ToolPanel");
Toolbar* t = new Toolbar(this);
t->SetTool(olive::core.tool());