Activate selection and result dialogs when showing.
This commit is contained in:
parent
c380d96815
commit
dd3d92edb6
@ -57,4 +57,5 @@ void ResultDialog::showResult (ProcessingItem item) {
|
|||||||
QPoint newPos (screenRect.width () - width (), screenRect.height () - height ());
|
QPoint newPos (screenRect.width () - width (), screenRect.height () - height ());
|
||||||
move (newPos);
|
move (newPos);
|
||||||
}
|
}
|
||||||
|
activateWindow ();
|
||||||
}
|
}
|
||||||
|
@ -136,5 +136,5 @@ void SelectionDialog::setPixmap (QPixmap pixmap, const QRect &showGeometry) {
|
|||||||
this->setGeometry (showGeometry);
|
this->setGeometry (showGeometry);
|
||||||
|
|
||||||
show ();
|
show ();
|
||||||
setFocus ();
|
activateWindow ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user