achuanle / umlet

Automatically exported from code.google.com/p/umlet
0 stars 0 forks source link

Bold text in autoresize class #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a class with the autoresize property
2. add bold text (the longest line)

What is the expected output? What do you see instead?
Expected: the class box is autoresized on the width of the bold line
Instead: the class box is autoresized to the width of the line as if it was not 
in bold

What version of the product are you using? On what operating system?
currently v12.1 on Linux Mint 13 64 bit (the same issue is present on my 
working windows Xp laptop)

Original issue reported on code.google.com by andy...@gmail.com on 23 Nov 2013 at 4:47

Attachments:

GoogleCodeExporter commented 9 years ago
another problem is that replacements (like >> to ») are done after autoresize 
calculation, therefore an element with:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
will have a larger width than necessary

Original comment by AFDiaX on 11 Jun 2014 at 7:21

GoogleCodeExporter commented 9 years ago
fixed in r1124

Original comment by AFDiaX on 13 Jun 2014 at 10:52