You've already forked lazarus-ccr
* Disable ThemeSupport even for win32 since it's crashing when used with the XP theme
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1087 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
{$define EnableAlphaBlend}
|
{$define EnableAlphaBlend}
|
||||||
{.$define EnableAccessible}
|
{.$define EnableAccessible}
|
||||||
{$ifdef LCLWin32}
|
{$ifdef LCLWin32}
|
||||||
{$define ThemeSupport}
|
{.$define ThemeSupport}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
//under linux the performance is poor with threading enabled
|
//under linux the performance is poor with threading enabled
|
||||||
|
Reference in New Issue
Block a user