Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-Datacontrol
Commits
bffb0561
Commit
bffb0561
authored
Feb 11, 2016
by
Martin Schultz
Browse files
fixes #37 by updating the tree model on object update
parent
38a6ad64
Changes
1
Hide whitespace changes
Inline
Side-by-side
DataControlPlugin.cc
View file @
bffb0561
...
...
@@ -900,7 +900,10 @@ void DataControlPlugin::slotObjectUpdated( int _identifier, const UpdateType& _t
BaseObjectData
*
obj
=
0
;
if
(
PluginFunctions
::
getObject
(
_identifier
,
obj
)
)
{
updateBoundingBox
(
obj
);
model_
->
objectChanged
(
obj
->
id
());
}
}
#if QT_VERSION < 0x050000
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment