diff options
| author | Nino Breuer | 2014-10-31 13:46:57 +0100 |
|---|---|---|
| committer | Nino Breuer | 2014-10-31 13:46:57 +0100 |
| commit | 0654614c58e42f1fc56ca6cec17157dbf042ab65 (patch) | |
| tree | e6cae3206ed781333446791828b7e801cea7f668 /dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-module-0654614c58e42f1fc56ca6cec17157dbf042ab65.tar.gz tutor-module-0654614c58e42f1fc56ca6cec17157dbf042ab65.tar.xz tutor-module-0654614c58e42f1fc56ca6cec17157dbf042ab65.zip | |
• fixed bug which caused search guis to be closed when pressing enter in search bar
Diffstat (limited to 'dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java b/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java index d61aca35..457d3983 100644 --- a/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java +++ b/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java @@ -418,7 +418,7 @@ public class SearchLecture_GUI extends JFrame { });
btnBack.setActionCommand("OK");
buttonPane.add(btnBack);
- getRootPane().setDefaultButton(btnBack);
+ //getRootPane().setDefaultButton(btnBack);
}
}
|
