From 134a59609d5ae9b369683cadd603674fb19a94f0 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Mon, 1 Oct 2012 12:41:31 +0100 Subject: [PATCH] Collapse comment box after sending comment --- src/preview/PreviewView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/preview/PreviewView.cpp b/src/preview/PreviewView.cpp index 7e824e1f2..41a80bd53 100644 --- a/src/preview/PreviewView.cpp +++ b/src/preview/PreviewView.cpp @@ -438,6 +438,8 @@ void PreviewView::submitComment() addCommentBox->SetPlaceholder("Add comment"); submitCommentButton->Enabled = true; + + commentBoxAutoHeight(); } }