Open chat windows minimized when they should not get the focus

cusax-fix 4770
Ingo Bauersachs 13 years ago
parent 91bd2b3f98
commit ac704e52ae

@ -1148,6 +1148,7 @@ public void openChat(ChatPanel chatPanel, boolean setSelected)
else if (!isWindowVisible)
{
setFocusableWindowState(false);
setState(Frame.ICONIFIED);
setVisible(true);
setFocusableWindowState(true);
}

Loading…
Cancel
Save