mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +02:00
Qt: fix latest patch, only DT_NOCLIP should be changed ...
git-svn-id: trunk@16599 -
This commit is contained in:
parent
b15a1073c9
commit
ffec5a52a8
@ -1210,7 +1210,7 @@ begin
|
||||
if Flags and DT_SINGLELINE <> 0 then
|
||||
F := F or QtTextSingleLine;
|
||||
|
||||
if Flags and DT_NOPREFIX <> 0 then
|
||||
if Flags and DT_NOPREFIX = 0 then
|
||||
F := F or QtTextShowMnemonic;
|
||||
|
||||
if Flags and DT_NOCLIP <> 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user