OpenBoard-org / OpenBoard

OpenBoard is a cross-platform interactive whiteboard application intended for use in a classroom setting.
https://openboard.ch/
GNU General Public License v3.0
2.24k stars 412 forks source link

fix: boxing in singlescreen mode #1014

Open letsfindaway opened 1 week ago

letsfindaway commented 1 week ago

When

then the control display was still boxed as if the display screen (projector) was used.

This PR fixes the values returned by hasDisplay() and hasPrevious() in the UBDisplayManager to include the value of the multi-monitor flag.

Related issues:

Note: This is not the same problem as addressed by #901. In that PR it is about scaling of control and display view in multi-monitor mode. This PR fixes a problem in single-monitor mode.