scrollbar values based on messages

This commit is contained in:
fourtf
2017-01-26 07:10:46 +01:00
parent 4b2ddb0bbb
commit d012aa922d
11 changed files with 54 additions and 45 deletions
+3 -3
View File
@@ -50,7 +50,7 @@ public:
setSelected(bool value)
{
this->selected = value;
repaint();
update();
}
HighlightStyle
@@ -63,7 +63,7 @@ public:
setHighlightStyle(HighlightStyle style)
{
this->highlightStyle = style;
repaint();
update();
}
void moveAnimated(QPoint pos, bool animated = true);
@@ -115,7 +115,7 @@ private slots:
hideTabXChanged(bool)
{
calcSize();
repaint();
update();
}
};
}