Version: 1.2-beta (using KDE 3.1.93 (CVS >= 20031111), compiled sources) Compiler: gcc version 3.3.1 (SuSE Linux) OS: Linux (i686) release 2.4.21-99-default When I start Umbrello and it opens previous diagramm, then actors names are not drawn correctly: characters from both start and end are missing depending on actor's name's length. After opening and closing actor's properties dialog names get drawn correctly.
Created attachment 3223 [details] Actor's name on the right is 'longactorname2' As you can see, both actors' names are drawn incorrectly. Actor's name on the right is 'longactorname2'.
Hmm, works for me. Can anyone else confirm?
In home machine I noticed that same happens with usecases too. I'll upload screenshot and sample file. Could it be related that I'm using Bitstream Vera everywhere in GUI?
Created attachment 3231 [details] use cases have the same problem use cases should contain text 'kauba pakendamine' and 'raha maksmine'
Created attachment 3232 [details] just a funny XMI-file I like to play with
Subject: Re: [Uml-devel] Actors names are not drawn correctly on startup pezz@tkwcy.ee <pezz@tkwcy.ee> [031115 08:57]: > Created an attachment (id=3232) > --> (http://bugs.kde.org/attachment.cgi?id=3232&action=view) > just a funny XMI-file I like to play with I can only partly reproduce the bug. If I open your example file, I get 1 or 2 missing pixels. Nevertheless, maybe on other systems it might be more. I think it is the same problem like bug #66461. I will try to look into it.
It looks to me like Umbrello doesn't honour usecase's text's font size during calculation of size of usecase's bubble. Maybe it's a problem of initial displaying, because after opening and closing usecase's properties dialog with 'Ok'-button usecase gets drawn correctly. What do you get when you a) open sample file b) double click on usecase and change it's font size to 28 (after closing properties dialog anything looks OK, usecase is wider and text fits well into bubble) c) press ctrl+s to save file d) close Umbrello e) open it so that last file is automatically opened
Found the issue. When you set the font to something larger than the default this is not taken into account on load and the widgets appear too small. This affects all widgets as far as I can tell.
Now fixed in CVS.