fix wrong variable name, openChannelNameDialog on ctrl+t, give focus to (#47)
new split
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user