fixed maximize panel implementation
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user