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
b8a9832a
Commit
b8a9832a
authored
Jun 11, 2014
by
Radosław Wicik
Browse files
Kexi - Clear selection after adding new connection.
CCBUG:315288
parent
e1c750a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
kexi/widget/KexiConnectionSelectorWidget.cpp
View file @
b8a9832a
...
...
@@ -436,7 +436,7 @@ void KexiConnectionSelectorWidget::slotRemoteAddBtnClicked()
}
ConnectionDataLVItem
*
item
=
addConnectionData
(
newData
);
// m_
remote->list->clearSelection();
d
->
remote
->
list
->
clearSelection
();
item
->
setSelected
(
true
);
slotConnectionSelectionChanged
();
}
...
...
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