gui-cs / TerminalGuiDesigner

Forms Designer for Terminal.Gui (aka gui.cs)
MIT License
423 stars 28 forks source link

Potentially minor undesired behavior when undoing a RemoveTabOperation #282

Open dodexahedron opened 8 months ago

dodexahedron commented 8 months ago

While working on the TabViewTests, I added some additional assertions to be sure more things were working as defined and expected.

One that I added failed, revealing a potential case of undesired behavior (not a critical bug - more of a papercut).

See https://github.com/dodexahedron/TerminalGuiDesigner/issues/50 for details.