mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 22:52:54 -04:00
Scroll the text browser of the PopupChatDialog on first show and on every new chat messsage to the end.
Removed setting "Reopen if closed by user" and flag RS_CHAT_REOPEN. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3788 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cb4f44ea39
commit
734301c2bc
10 changed files with 196 additions and 251 deletions
|
@ -119,8 +119,7 @@ void RshareSettings::initSettings()
|
|||
|
||||
/* defaults here are not ideal.... but dusent matter */
|
||||
|
||||
uint defChat = (RS_CHAT_OPEN_NEW |
|
||||
RS_CHAT_REOPEN );
|
||||
uint defChat = RS_CHAT_OPEN;
|
||||
// This is not default... RS_CHAT_FOCUS.
|
||||
|
||||
uint defNotify = (RS_POPUP_CONNECT | RS_POPUP_MSG |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue