lcl: add support for '&' in themed text drawing

git-svn-id: trunk@15293 -
This commit is contained in:
paul 2008-06-03 00:48:10 +00:00
parent ad99296adb
commit 372a450379

View File

@ -2109,6 +2109,7 @@ begin
TXTStyle := Canvas.TextStyle;
TXTStyle.Opaque := False;
TXTStyle.Clipping := True;
TXTStyle.ShowPrefix := (Flags and DT_NOPREFIX) = 0;
if (Flags and DT_CENTER) <> 0 then
TXTStyle.Alignment := taCenter