summaryrefslogtreecommitdiff
path: root/src/preview/PreviewView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preview/PreviewView.cpp')
-rw-r--r--src/preview/PreviewView.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preview/PreviewView.cpp b/src/preview/PreviewView.cpp
index 7e824e1..41a80bd 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();
}
}