Bug fixed: "using the paste toolbar button in the msgwindow does not return focus to the write area"

cusax-fix
Yana Stamcheva 20 years ago
parent 1b7723ffa6
commit 24b0161436

@ -192,6 +192,8 @@ public void actionPerformed(ActionEvent e) {
editorPane.paste();
editorPane.requestFocus();
} else if (buttonText.equalsIgnoreCase("smily")) {
if (e.getSource() instanceof SIPCommButton){

Loading…
Cancel
Save