mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
allowed to edit subject hen editing forum posts. Only the latest subject is visible
This commit is contained in:
parent
2046dbede9
commit
ca0521cb2d
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ void CreateGxsForumMsg::loadFormInformation()
|
|||
|
||||
ui.forumName->setText(misc::removeNewLine(name));
|
||||
ui.forumSubject->setText(misc::removeNewLine(subj));
|
||||
ui.forumSubject->setReadOnly(!mOrigMsgId.isNull());
|
||||
//ui.forumSubject->setReadOnly(!mOrigMsgId.isNull());
|
||||
|
||||
if (ui.forumSubject->text().isEmpty())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue