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
Marco Bubke
flatpak-qt-creator
Commits
62608b4b
Commit
62608b4b
authored
Feb 03, 2010
by
Christiaan Janssen
Browse files
QmlDesigner.Navigator: Fixed crashbug in visibility checking when reparenting
parent
52a5aec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/navigator/navigatortreemodel.cpp
View file @
62608b4b
...
...
@@ -176,7 +176,7 @@ bool NavigatorTreeModel::dropMimeData(const QMimeData *data,
}
}
propagateInvisible
(
parentItemNode
,
isNodeInvisible
(
parentI
dIn
de
x
));
propagateInvisible
(
parentItemNode
,
isNodeInvisible
(
parentI
temNo
de
));
return
false
;
// don't let the view do drag&drop on its own
}
...
...
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