┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/.flatpak-manifest.json
diff options
context:
space:
mode:
authorWeinan Li <[email protected]>2025-09-10 15:19:36 +0800
committerMéven Car <[email protected]>2025-09-12 08:29:47 +0000
commit112f375ec175e5aedfb58a3a3bf76535cc959575 (patch)
treea41e5e89de804bd3b72e71cb4d96e1aa33d9ae5d /.flatpak-manifest.json
parent26f06895b92bf72b310c6b6a48c1b45a126711c8 (diff)
informationpanel: use QTextEdit for filename display to avoid newlines in copied text
QLabel does not support line wrapping at arbitrary positions. The original code achieved word wrap by manually adding newline characters to the text, which resulted in these newlines being included when the filename was selected and copied. This patch replaces QLabel with QTextEdit for filename display, leveraging QTextEdit's built-in word wrap functionality that handles line breaks purely for display without modifying the underlying text. This ensures copied filenames remain free of unintended newlines. BUG: 493279
Diffstat (limited to '.flatpak-manifest.json')
0 files changed, 0 insertions, 0 deletions