On Thursday, 2 January 2020 at 05:24:33 UTC, Rémy Mouëza wrote:
On Monday, 30 December 2019 at 23:32:37 UTC, ShadoLight wrote:
Hi,
I suspect I'm missing something obvious, but ResizerWidget is
not working for me on Windows - it shows the 'dragging'-cursor
when hovering the mouse on the ResizerWidget, but dragging
with the left mouse button does nothing.
I ran into the same issue. The resizeEvent callback is not
implemented yet. Below is my custom implementation.
[snip]
OK, I suspected as much. But thanks a lot Rémy! You are saving me
a lot of work - much appreciated!