Change the behavior of show references setting for localdocs.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat
2024-04-15 11:34:57 -04:00
committed by AT
parent e27653219b
commit 94a9943782
2 changed files with 35 additions and 37 deletions

View File

@@ -885,7 +885,7 @@ Rectangle {
delegate: TextArea {
id: myTextArea
text: value + references
text: value + (MySettings.localDocsShowReferences ? references : "")
anchors.horizontalCenter: listView.contentItem.horizontalCenter
width: Math.min(1280, listView.contentItem.width)
color: {