Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Improved Bar chameleon and BlueBar skin
Re: Improved Bar chameleon and BlueBar skin [message #13974 is a reply to message #13971] |
Mon, 04 February 2008 11:44  |
 |
mirek
Messages: 14267 Registered: November 2005
|
Ultimate Member |
|
|
cbpporter wrote on Mon, 04 February 2008 03:42 |
luzr wrote on Mon, 04 February 2008 10:28 | Thanks, fixed.
Mirek
|
Could you please post the fix so I can integrate it with my methods?
|
Draw/Cham.h 61
const klass::Style& klass::style() \
{ \
static COMBINE5(klass, __, type, __, style) b, standard; \
if(b.status == 0) { \
ChRegisterStyle__(b.status, b.registered, COMBINE5(klass, __, type, __, style)::InitIt); \
b.Init(); \
b.status = 1; \
standard = b; \
standard.standard = b.standard = &standard; \
} \
return b; \
} \
|
|
|
Goto Forum:
Current Time: Thu Aug 28 22:17:43 CEST 2025
Total time taken to generate the page: 0.05843 seconds
|