Fix the quick format bar not actually doing anything
(cherry picked from commit 5109b4fcd1)
This commit is contained in:
@@ -220,7 +220,7 @@ QQC2.Control {
|
|||||||
x: textField.cursorRectangle.x
|
x: textField.cursorRectangle.x
|
||||||
y: textField.cursorRectangle.y - height
|
y: textField.cursorRectangle.y - height
|
||||||
|
|
||||||
onFormattingSelected: root.formatText(format, selectionStart, selectionEnd)
|
onFormattingSelected: _private.formatText(format, selectionStart, selectionEnd)
|
||||||
}
|
}
|
||||||
|
|
||||||
Keys.onDeletePressed: {
|
Keys.onDeletePressed: {
|
||||||
|
|||||||
Reference in New Issue
Block a user