forked from blue/squawk
duck taped annoying scroll problem, started with local archive
This commit is contained in:
parent
fad72d8db2
commit
e04f7db7c2
6 changed files with 2063 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue