diff options
Diffstat (limited to '')
| -rw-r--r-- | lspaneeditor.cpp | 2 | 
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();  	}  } | 
