Closed rodarima closed 2 days ago
There are multiple Layout instances in a single tab and each is currently using its own resizeCounter. This is used for ComplexButtonResource. We may want to use it only in the top level one, otherwise each sub-layout may break at different times.
We should reset the counter of the layout loop if the window is being resized, otherwise it will lock and no more layout updates will happen.
See #236