Home » Community » U++ community news and announcements » Painter improvements
Re: Painter improvements [message #60385 is a reply to message #60384] |
Wed, 27 December 2023 14:08   |
 |
mirek
Messages: 14266 Registered: November 2005
|
Ultimate Member |
|
|
Tom1 wrote on Wed, 27 December 2023 13:42Hi Mirek,
Thanks, this is very interesting. However, unfortunately, when built with MSBT22x64 the text rendering is very broken. It shows on PainterExamples (and elsewhere too). Can you check this?
Best regards,
Tom
EDIT: In Core/ValueCache.h add String() conversion for return fixes the text rendering issue. MSBT actually warns about automatic conversion here:
template <class K, class M>
String MakeKey_(const K& k, const M& m)
{
StringBuffer key;
RawCat(key, StaticTypeNo<K>());
RawCat(key, StaticTypeNo<M>());
key.Cat(k());
return String(key); // << Add String() here!
}
I will do further tests...
Thank you!
|
|
|
Goto Forum:
Current Time: Sat Jul 19 04:19:55 CEST 2025
Total time taken to generate the page: 0.04069 seconds
|