How to reproduce ? 1. start umbrello 2. add a sequence diagram 3. select "combined fragment" from the toolbox 4. Choose "Alternative" 5. press okay and enter something as text for the first alternative, then press okay again 6. Double click on the "else text of the combined fragment 7. Change the text in the first edit widget after the "floating dashline" label from 'else' to 'else12345'. 8 press okay What happens ? The text of the second alternative has not been changed; it still shows 'else'. What is expected ? The text of the second alternative should be 'else12345'.
This bug has nearly the same reason as bug 382279 e.g. an additonal if (m_pInstanceWidget->isFloatingDashLineWidget()) ... should fix this.
(In reply to Ralf Habacker from comment #1) > This bug has nearly the same reason as bug 382279 e.g. an additonal if > (m_pInstanceWidget->isFloatingDashLineWidget()) ... should fix this. Hello Ralf, Where do I get access to the source code and how should I proceed about making changes, I am currently using a windows machine ? Thanks Sujith
(In reply to Sujith Shivaprakash from comment #2) > Where do I get access to the source code https://cgit.kde.org/umbrello.git/ > and how should I proceed about making changes, I am currently using a windows machine ? If you want to hack on umbrello using a windows development machine you should take a look at https://community.kde.org/Craft
Git commit 7f327bfaba35ec6960ecc8677f37b705113f43a2 by Ralf Habacker, on behalf of Alessandro Stranieri. Committed on 06/08/2017 at 22:00. Pushed by habacker into branch 'Applications/17.08'. Fix renaming of combined fragment sections' names The text displayed in the first and second section of a combined fragment widget are stored in the text variable, which was not set by the ClassGeneralPage::apply method. This commit fixes this method's logic. Differential Revision: https://phabricator.kde.org/D6846 FIXED-IN:2.23.0 (KDE Applications 17.08.0) Related: bug 382279 M +15 -0 umbrello/dialogs/pages/classgeneralpage.cpp M +1 -0 umbrello/dialogs/pages/classgeneralpage.h https://commits.kde.org/umbrello/7f327bfaba35ec6960ecc8677f37b705113f43a2