Page 1 of 1

circle diagram pop ups unreadable v.1.3.5, + "category: subcategory"

Posted: Wed Jun 17, 2020 1:54 pm
by vvmagic
Hi. I'm return to v.1.2.3.. - v.1.3.4 very good, but due to "trunc left" - it's delete 'spases' between 'category:' and 'subcategory' at csv-import - so bad for readability on high dpi monitors.. if You will be so kind - to change at function - Model_Category::full_name (at Model_Category.cpp)- string:
return category->CATEGNAME + ":" + sub_category->SUBCATEGNAME;
to
return category->CATEGNAME + ": " + sub_category->SUBCATEGNAME;
- insert spase after : at ":" - its will be very good..

v.1.3.5 - have same "trunc left" + circle diagram pop up messages will become 'unreadable' for russian lng - some encoding bug(- its so at html source too)..

- thank in advance..

with best wishes..

Re: circle diagram pop ups unreadable v.1.3.5, + "category: subcategory"

Posted: Thu Jun 18, 2020 12:19 pm
by Nikolay