bisq/desktop
Devin Bileck 90d8b4b545
Handle IllegalArgumentException in multi-screen environment
When the application window is being created, it checks what the
maximum bounds for a window is in order to set the window size.
However, multi-screen environments may encounter an
IllegalArgumentException (Window must not be zero).

Just ignore the exception and continue, which means the window will
use the minimum window size since we are unable to determine if we can
use a larger size.

Fixes https://github.com/bisq-network/bisq/issues/2452
2019-02-23 23:20:59 -08:00
..
package Revert to SNAPSHOT release 2019-02-21 23:16:23 +01:00
src Handle IllegalArgumentException in multi-screen environment 2019-02-23 23:20:59 -08:00