Qt: fix latest patch, only DT_NOCLIP should be changed ...

git-svn-id: trunk@16599 -
This commit is contained in:
zeljko 2008-09-15 17:17:07 +00:00
parent b15a1073c9
commit ffec5a52a8

View File

@ -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