fix wrong variable name, openChannelNameDialog on ctrl+t, give focus to (#47)

new split
This commit is contained in:
hemirt
2017-06-29 14:13:00 +02:00
committed by pajlada
parent f2ef14422b
commit 0d27f16c4a
3 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -13,11 +13,10 @@ namespace widgets {
ScrollBar::ScrollBar(ChatWidgetView *parent)
: BaseWidget(parent)
, _currentValueAnimation(this, "currentValue")
, _currentValueAnimation(this, "_currentValue")
, _highlights(nullptr)
{
resize(16, 100);
_currentValueAnimation.setDuration(250);
_currentValueAnimation.setEasingCurve(QEasingCurve(QEasingCurve::OutCubic));