Fix the quick format bar not actually doing anything

(cherry picked from commit 5109b4fcd1)
This commit is contained in:
Joshua Goins
2024-03-18 16:03:33 -04:00
parent 498f6d9e64
commit 09d0dd2b7a

View File

@@ -220,7 +220,7 @@ QQC2.Control {
x: textField.cursorRectangle.x
y: textField.cursorRectangle.y - height
onFormattingSelected: root.formatText(format, selectionStart, selectionEnd)
onFormattingSelected: _private.formatText(format, selectionStart, selectionEnd)
}
Keys.onDeletePressed: {