Skip to content

Commit

Permalink
Fixed issue #979.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Aug 22, 2023
1 parent f950af8 commit db3934e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/org/nschmidt/ldparteditor/splash/SplashScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,6 @@ public void run() {
display.readAndDispatch();
}
// Close the splash..
try {
Thread.sleep(800);
} catch (InterruptedException ie) {
Thread.currentThread().interrupt();
throw new LDPartEditorException(ie);
}
close();
while (!bar.isDisposed()) {
if (!Display.getCurrent().readAndDispatch()) {
Expand Down

0 comments on commit db3934e

Please sign in to comment.