summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lspaneeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lspaneeditor.cpp b/lspaneeditor.cpp
index 1f6ba11..3c4413d 100644
--- a/lspaneeditor.cpp
+++ b/lspaneeditor.cpp
@@ -332,7 +332,7 @@ void LSPaneEditor::handleWidthChanged(double value) {
void LSPaneEditor::handleHeightChanged(double value) {
if (!m_currentlyLoadingPane) {
- m_pane->width = value;
+ m_pane->height = value;
emit mustRedrawLayout();
}
}