[bisq-network/bisq] Handle IllegalArgumentException in multi-screen environment (#2460)

Devin Bileck notifications at github.com
Sun Feb 24 07:22:20 UTC 2019


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
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/2460

-- Commit Summary --

  * Handle IllegalArgumentException in multi-screen environment

-- File Changes --

    M desktop/src/main/java/bisq/desktop/app/BisqApp.java (9)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2460.patch
https://github.com/bisq-network/bisq/pull/2460.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2460
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190223/7196f23f/attachment.html>


More information about the bisq-github mailing list