diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextArea.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextArea.qml index 3ff6f376..081b7b9a 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextArea.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Proton/TextArea.qml @@ -366,5 +366,6 @@ FocusScope { Proton.ContextMenu { parentObject: root colorScheme: root.colorScheme + readOnly: control.readOnly } }