wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

Bug: Assertion when moving a gridbagsizer item into a sizer (via right-click menu)

Open KeyWorksRW opened this issue 2 years ago • 1 comments

Description:

In Debug builds, if you select an item in a gridbagsizer, right-click it and move it into a sizer, you get an assertion error about it not being correctly added to the gridbag. It does then work and get added correctly, but we should at least figure out why the assertion is happening and see if we can prevent it.

KeyWorksRW avatar Sep 09 '22 15:09 KeyWorksRW