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
Office
Calligra
Commits
ac737974
Commit
ac737974
authored
Jun 12, 2014
by
Jarosław Staniek
Browse files
Temporarily disable "sort" buttons because sorting is not implemented in forms
CCBUG:150372
parent
fcfcca2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
kexi/plugins/forms/kexiformscrollview.cpp
View file @
ac737974
...
...
@@ -132,6 +132,8 @@ KexiFormScrollView::KexiFormScrollView(QWidget *parent, bool preview)
}
m_contextMenu
=
new
KMenu
(
this
);
m_contextMenu
->
setObjectName
(
"m_contextMenu"
);
//! @todo sorting temporarily disabled because not it's not implemented in forms (bug 150372)
setSortingEnabled
(
false
);
}
KexiFormScrollView
::~
KexiFormScrollView
()
...
...
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