duck taped annoying scroll problem, started with local archive

This commit is contained in:
Blue 2019-04-14 23:37:02 +03:00
parent fad72d8db2
commit e04f7db7c2
6 changed files with 2063 additions and 14 deletions

View file

@ -69,6 +69,7 @@ protected slots:
void onContactChanged(Models::Item* item, int row, int col);
void onEnterPressed();
void onMessagesResize(int amount);
void onSliderValueChanged(int value);
private:
enum Scroll {
@ -83,6 +84,7 @@ private:
QString activePalResource;
QString thread;
Scroll scroll;
bool manualSliderChange;
};
#endif // CONVERSATION_H