diff options
| author | Weinan Li <[email protected]> | 2025-09-10 15:19:36 +0800 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-09-12 08:29:47 +0000 |
| commit | 112f375ec175e5aedfb58a3a3bf76535cc959575 (patch) | |
| tree | a41e5e89de804bd3b72e71cb4d96e1aa33d9ae5d /po/be@latin | |
| parent | 26f06895b92bf72b310c6b6a48c1b45a126711c8 (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 'po/be@latin')
0 files changed, 0 insertions, 0 deletions
