lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

TextMenu - The control is not erased when closed #15

Closed lastunicorn closed 6 years ago

lastunicorn commented 6 years ago

Steps to reproduce

1) Create a TextMenu instance 2) Set the EraseAfterClose property to "true" 3) Close the menu

Actual behavior

The menu remains in the console.

Expected behavior

The menu should be cleared from the console.

Version (Library version where problem was encountered)

1.4.0