Comment 1 for bug 1630467

Revision history for this message
RaiMan (raimund-hocke) wrote :

*** this is the fix

at Python level:
the constant ALL (like SCREEN for the primary screen) represents a region as a union of all screen regions

at Java level:
use
Region all = Screen.all().getRegion()