From 4775f9863c86af179e95a8e6959e8d185413603f Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 12 Jul 2016 08:30:42 +0200 Subject: [PATCH] Fixed some sliders not reacting to keys --- SkeletalAnimationPlugin.cc | 1 - animationControls.ui | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/SkeletalAnimationPlugin.cc b/SkeletalAnimationPlugin.cc index 2a212d2..abbe9c7 100644 --- a/SkeletalAnimationPlugin.cc +++ b/SkeletalAnimationPlugin.cc @@ -108,7 +108,6 @@ void SkeletalAnimationPlugin::initializePlugin() connect( pToolbox_->pbClearSkins, SIGNAL(clicked()), this, SLOT(slotClearSkins()) ); connect( pToolbox_->cbAnimation, SIGNAL(currentIndexChanged(int)), this, SLOT(slotAnimationIndexChanged(int)) ); - connect( pToolbox_->hsFrame, SIGNAL(sliderMoved(int)), this, SLOT(slotFrameChanged(int)) ); connect( pToolbox_->hsFrame, SIGNAL(valueChanged(int)), this, SLOT(slotFrameChanged(int)) ); connect( pToolbox_->pbPlay, SIGNAL(clicked()), this, SLOT( playAnimation() ) ); connect( pToolbox_->pbStop, SIGNAL(clicked()), this, SLOT( stopAnimation() ) ); diff --git a/animationControls.ui b/animationControls.ui index 2fe854e..47ca556 100644 --- a/animationControls.ui +++ b/animationControls.ui @@ -298,22 +298,6 @@ - - hsFrame - sliderMoved(int) - lbFrameNumber - setNum(int) - - - 168 - 173 - - - 268 - 146 - - - hsFrame valueChanged(int) -- GitLab