Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
SMTK
Commits
9d569023
Commit
9d569023
authored
Jul 31, 2020
by
Bob Obara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: Fixing ForceRequired Regression
- Missing initialization of forceRequired in a constructor
parent
c34bb5b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
smtk/attribute/Item.cxx
smtk/attribute/Item.cxx
+1
-0
No files found.
smtk/attribute/Item.cxx
View file @
9d569023
...
...
@@ -35,6 +35,7 @@ Item::Item(Item* inOwningItem, int itemPosition, int inSubGroupPosition)
,
m_position
(
itemPosition
)
,
m_subGroupPosition
(
inSubGroupPosition
)
,
m_isEnabled
(
true
)
,
m_forceRequired
(
false
)
{
m_hasLocalAdvanceLevelInfo
[
0
]
=
false
;
m_hasLocalAdvanceLevelInfo
[
1
]
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment