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
Graphics
Skanlite
Commits
96091df0
Commit
96091df0
authored
Sep 08, 2021
by
Alexander Stippich
Browse files
give focus to KSaneWidget
BUG: 430238
parent
2bcd0daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/skanlite.cpp
View file @
96091df0
...
...
@@ -202,6 +202,7 @@ Skanlite::Skanlite(const QString &device, QWidget *parent)
loadScannerOptions
();
m_firstImage
=
true
;
m_ksanew
->
setFocus
();
if
(
m_dbusInterface
.
setupDBusInterface
())
{
// D-Bus related slots
...
...
@@ -563,6 +564,7 @@ void Skanlite::imageSaved(const QUrl &fileUrl, const QString &localName, bool su
Q_EMIT
m_dbusInterface
.
imageSaved
(
localName
);
}
m_ksanew
->
setDisabled
(
false
);
m_ksanew
->
setFocus
();
m_saveUpdateTimer
.
stop
();
m_saveProgressBar
->
setVisible
(
false
);
...
...
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