X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgeometrywidget.cpp;h=eaaa532904d3308a95deea96134696dc16de0036;hb=2e3d7ddd65f439d2cd211d647be3c305173dd336;hp=34d2b972314f0481980da792580b7dc617822846;hpb=7bf7cf0086b911b19395028170d120cf0fd5ebc0;p=kdenlive diff --git a/src/geometrywidget.cpp b/src/geometrywidget.cpp index 34d2b972..eaaa5329 100644 --- a/src/geometrywidget.cpp +++ b/src/geometrywidget.cpp @@ -35,7 +35,7 @@ -GeometryWidget::GeometryWidget(Monitor* monitor, Timecode timecode, int clipPos, bool isEffect, bool disabled, QWidget* parent): +GeometryWidget::GeometryWidget(Monitor* monitor, Timecode timecode, int clipPos, bool isEffect, QWidget* parent): QWidget(parent), m_monitor(monitor), m_timePos(new TimecodeDisplay(timecode)), @@ -129,8 +129,6 @@ GeometryWidget::GeometryWidget(Monitor* monitor, Timecode timecode, int clipPos, settingsLayout->setContentsMargins(0, 0, 0, 0); ((QGridLayout *)m_ui.widgetConfigButton->layout())->addWidget(m_config->getShowHideButton(), 1, 1); connect(m_config, SIGNAL(showScene(bool)), this, SLOT(slotShowScene(bool))); - slotShowScene(!disabled); - connect(m_scene, SIGNAL(actionFinished()), this, SLOT(slotUpdateGeometry())); connect(m_scene, SIGNAL(addKeyframe()), this, SLOT(slotAddKeyframe()));