Home » Community » U++ community news and announcements » Painter improvements
Re: Painter improvements [message #60384 is a reply to message #60364] |
Wed, 27 December 2023 13:42   |
Tom1
Messages: 1302 Registered: March 2007
|
Ultimate Contributor |
|
|
Hi 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...
[Updated on: Wed, 27 December 2023 14:02] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Wed Apr 30 03:23:59 CEST 2025
Total time taken to generate the page: 0.00483 seconds
|