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
2630fc2a
Commit
2630fc2a
authored
May 26, 2010
by
Kai Koehne
Browse files
QuickDesigner: Fix drag & drop in Navigator on Mac OS X
Task-number: BAUHAUS-651
parent
ef5b4b8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/navigator/navigatortreemodel.cpp
View file @
2630fc2a
...
...
@@ -43,7 +43,7 @@ NavigatorTreeModel::NavigatorTreeModel(QObject *parent)
:
QStandardItemModel
(
parent
),
m_blockItemChangedSignal
(
false
)
{
invisibleRootItem
()
->
setFlags
(
Qt
::
No
Item
Flags
);
invisibleRootItem
()
->
setFlags
(
Qt
::
Item
IsDropEnabled
);
#ifdef _LOCK_ITEMS_
setColumnCount
(
3
);
...
...
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