mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix freeze due to ResizingPlainTextEdit constantly resizing incorrectly
This commit is contained in:
parent
d7a244e80e
commit
f598d84ea1
|
|
@ -94,7 +94,7 @@ void ResizingPlainTextEdit::AddHeightForScrollBar(bool addHeight)
|
|||
return;
|
||||
}
|
||||
|
||||
_hScrollBarAddedHeight = verticalScrollBar()->height();
|
||||
_hScrollBarAddedHeight = horizontalScrollBar()->height();
|
||||
setFixedHeight(height() + _hScrollBarAddedHeight);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user