Added modified patch from AC

- don't remove color and font when the last char is deleted from the chat text entry box

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5095 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-04-12 23:00:39 +00:00
parent 722bade918
commit f2f5d60a8a
4 changed files with 44 additions and 4 deletions

View file

@ -98,6 +98,7 @@ protected:
private slots:
void pasteLink();
void contextMenu(QPoint);
void chatCharFormatChanged();
void fileHashingFinished(QList<HashedFile> hashedFiles);
@ -149,6 +150,7 @@ private:
RSStyle style;
bool firstShow;
bool inChatCharFormatChanged;
Ui::ChatWidget *ui;
};