Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
a32fba75
Commit
a32fba75
authored
Feb 12, 2016
by
Jan Möbius
Browse files
Merge branch 'fixSegfaultDatacontrol' into 'master'
fixes
#37
by updating the tree model on object update See merge request
!67
parents
aaa32435
b0dedb87
Pipeline
#885
passed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Plugin-Datacontrol/DataControlPlugin.cc
View file @
a32fba75
...
@@ -900,7 +900,10 @@ void DataControlPlugin::slotObjectUpdated( int _identifier, const UpdateType& _t
...
@@ -900,7 +900,10 @@ void DataControlPlugin::slotObjectUpdated( int _identifier, const UpdateType& _t
BaseObjectData
*
obj
=
0
;
BaseObjectData
*
obj
=
0
;
if
(
PluginFunctions
::
getObject
(
_identifier
,
obj
)
)
if
(
PluginFunctions
::
getObject
(
_identifier
,
obj
)
)
{
updateBoundingBox
(
obj
);
updateBoundingBox
(
obj
);
model_
->
objectChanged
(
obj
->
id
());
}
}
}
#if QT_VERSION < 0x050000
#if QT_VERSION < 0x050000
...
...
Write
Preview
Supports
Markdown
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