Fix the quick format bar not actually doing anything

This commit is contained in:
Joshua Goins
2024-03-18 16:03:33 -04:00
parent 1b7f482d0b
commit 5109b4fcd1

View File

@@ -241,7 +241,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: {