mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
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:
parent
722bade918
commit
f2f5d60a8a
4 changed files with 44 additions and 4 deletions
|
@ -74,6 +74,7 @@ protected:
|
|||
private slots:
|
||||
void pasteLink() ;
|
||||
void contextMenu(QPoint) ;
|
||||
void chatCharFormatChanged();
|
||||
|
||||
void on_actionClear_Chat_History_triggered();
|
||||
void on_actionDelete_Chat_History_triggered();
|
||||
|
@ -138,6 +139,7 @@ private:
|
|||
QWidget *newsFeed;
|
||||
QColor newsFeedTabColor;
|
||||
QString newsFeedText;
|
||||
bool inChatCharFormatChanged;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::FriendsDialog ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue