When a window (in this case a monitor) is resized, the plot area does not automatically pick up the change and becomes cut off.
Original monitor configuration:
Removing one column of monitors from the left:
A possible fix would involve checking the size of the assigned window at the start of every write call and updating internal structures. In addition to this, a function should be provided for triggering a layout refresh on the adapter manually.
Reported by
juh9870
in Discord.When a window (in this case a monitor) is resized, the plot area does not automatically pick up the change and becomes cut off.
Original monitor configuration:
Removing one column of monitors from the left:
A possible fix would involve checking the size of the assigned window at the start of every write call and updating internal structures. In addition to this, a function should be provided for triggering a layout refresh on the adapter manually.