From 09d0dd2b7ad38bda68dfc1ade4d43070e5ccd1d5 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 18 Mar 2024 16:03:33 -0400 Subject: [PATCH] Fix the quick format bar not actually doing anything (cherry picked from commit 5109b4fcd1aab2a6bf92808c9a3147265c1ea2c1) --- src/qml/ChatBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/ChatBar.qml b/src/qml/ChatBar.qml index 43d245238..89467327d 100644 --- a/src/qml/ChatBar.qml +++ b/src/qml/ChatBar.qml @@ -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: {