Skip to content

Commit

Permalink
move unlatch to after all the rows are queued (qzind#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Berenz authored Feb 2, 2022
1 parent 2ca0a07 commit 2a7c6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qz/printer/action/WebApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ public static synchronized void print(final PrinterJob job, final WebAppModel mo

job.printPage(webView);
}

unlatch(null);
}

unlatch(null);
}
catch(Exception e) {
unlatch(e);
Expand Down

0 comments on commit 2a7c6d4

Please sign in to comment.