mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 17:21:27 +02:00
LCLType: enable DT_HIDEPREFIX and DT_PREFIXONLY - even if they are ToDos on non-Windows platforms
git-svn-id: trunk@64174 -
This commit is contained in:
parent
6133721d44
commit
4e0d02024d
@ -260,8 +260,8 @@ const
|
||||
DT_MODIFYSTRING = $10000;
|
||||
DT_RTLREADING = $20000;
|
||||
//DT_WORDREADING = $40000;
|
||||
//DT_HIDEPREFIX = $100000;
|
||||
//DT_PREFIXONLY = $200000;
|
||||
DT_HIDEPREFIX = $100000;
|
||||
DT_PREFIXONLY = $200000;
|
||||
|
||||
//==============================================
|
||||
// Draw frame constants
|
||||
|
Loading…
Reference in New Issue
Block a user