mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Fixed drag and drop of files for a new forum message in Ubuntu.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3953 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dd55b2bf74
commit
ad7f97bfc3
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ CreateForumMsg::CreateForumMsg(std::string fId, std::string pId)
|
|||
connect( ui.attachFileButton, SIGNAL(clicked() ), this , SLOT(addFile()));
|
||||
connect( ui.pastersButton, SIGNAL(clicked() ), this , SLOT(pasteLink()));
|
||||
|
||||
setAcceptDrops(true);
|
||||
|
||||
newMsg();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue