eduardsdv
eduardsdv
@arapte Please review.
@kevinrushforth The build fails on Linux. Can you please take a look?
Ok. I solved the build by merging from the master branch.
@arapte: The failed test on the Mac is probably caused by the lack of synchronization between the JavaFX and QuantumRenderer threads. I added the ``waitForRenderer()`` method to wait for the...
Yes, the test with your suggestion also works under Windows. Thank you, @arapte.
>> Yes, the test with your suggestion also works under Windows. Thank you, @arapte. > >Thanks for verifying. In that case, let's remove the waitForRenderer() method that was added to...