| Author | Karl Tauber <email> |
|---|---|
| Date | 2015-07-29 12:09:36 GMT+0200 |
| Commit | a38d99a5f23b80eedaf35545f4fee3d82e764a0a |
| Parent | 50c0f30 |
| private void activated() { | ||
| + if( tab.getTabPane() == null || !tab.isSelected()) | ||
| + return; // tab is already closed or no longer active | ||
| + | ||
| if (tab.getContent() != null) { | ||
| markdownEditorPane.requestFocus(); |
| Delta | 3 lines added, 0 lines removed, 3-line increase |
|---|