explicitly request focus when the View Profile frame opens. GitHub issue #152

dbus-notify
Zlatin Balevsky 2022-06-22 11:53:45 +01:00
parent 27d37e55f4
commit c5ab49304e
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ class ViewProfileView {
window.addWindowListener(new WindowAdapter() {
@Override
void windowOpened(WindowEvent e) {
window.requestFocus()
if (model.profileHeader != null) {
Icon thumbNail = new ThumbnailIcon(model.profileHeader.getThumbNail())
drawThumbnail(thumbNail)