Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Umbrello
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SDK
Umbrello
Commits
a2cc23b9
Commit
a2cc23b9
authored
9 years ago
by
Ralf Habacker
Browse files
Options
Downloads
Patches
Plain Diff
Fix 'No stereotype display for nodes and components'.
FIXED-IN:2.17.1 (KDE Applications 15.08.1)
BUG:351575
BUG:351576
parent
e5114220
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
umbrello/dialogs/pages/classgeneralpage.cpp
+4
-5
4 additions, 5 deletions
umbrello/dialogs/pages/classgeneralpage.cpp
with
4 additions
and
5 deletions
umbrello/dialogs/pages/classgeneralpage.cpp
+
4
−
5
View file @
a2cc23b9
...
...
@@ -276,12 +276,11 @@ void ClassGeneralPage::apply()
QString
name
=
m_nameWidget
->
text
();
m_docWidget
->
apply
();
if
(
m_pObject
)
{
if
(
m_stereotypeWidget
)
{
m_stereotypeWidget
->
apply
();
}
if
(
m_stereotypeWidget
)
{
m_stereotypeWidget
->
apply
();
}
if
(
m_pObject
)
{
UMLObject
::
ObjectType
t
=
m_pObject
->
baseType
();
if
(
t
==
UMLObject
::
ot_Class
||
t
==
UMLObject
::
ot_Interface
)
{
m_packageWidget
->
apply
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment