From a536dc0959f9497a0c906c8630af64dac61a389f Mon Sep 17 00:00:00 2001 From: blikblum Date: Sat, 26 Dec 2009 20:16:19 +0000 Subject: [PATCH] * 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 --- components/virtualtreeview-new/trunk/VTConfig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/virtualtreeview-new/trunk/VTConfig.inc b/components/virtualtreeview-new/trunk/VTConfig.inc index d2e9fc97e..d521e8b52 100644 --- a/components/virtualtreeview-new/trunk/VTConfig.inc +++ b/components/virtualtreeview-new/trunk/VTConfig.inc @@ -30,7 +30,7 @@ {$define EnableAlphaBlend} {.$define EnableAccessible} {$ifdef LCLWin32} - {$define ThemeSupport} + {.$define ThemeSupport} {$endif} //under linux the performance is poor with threading enabled