Removed scroll to the end in ChatWidget (private chat and chat lobby) when the scrollbar is not at the end.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4835 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-01-23 19:57:06 +00:00
parent 5529588a1f
commit fadc86b189
2 changed files with 10 additions and 4 deletions

View file

@ -139,6 +139,8 @@ private:
ChatStyle chatStyle;
RSStyle style;
bool firstShow;
Ui::ChatWidget *ui;
};