Collapse comment box after sending comment

This commit is contained in:
Simon Robertshaw 2012-10-01 12:41:31 +01:00
parent 98faf2b192
commit 134a59609d

View File

@ -438,6 +438,8 @@ void PreviewView::submitComment()
addCommentBox->SetPlaceholder("Add comment");
submitCommentButton->Enabled = true;
commentBoxAutoHeight();
}
}