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

MMEX4Desktop, incl. Windows, macOS (10.10 or newer), and Most Unix variants using the GTK+ toolkit

Moderator: Renato

Post Reply
vvmagic
New MMEX User
Posts: 1
Joined: Wed Jun 17, 2020 12:59 pm
Are you a spam bot?: No

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

Post 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..
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

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

Post by Nikolay »

Post Reply