UI tweaks to prevent window resizing on hiding visual modes https://github.com/seerge/g-helper/issues/2301

This commit is contained in:
Serge
2024-03-27 09:22:34 +01:00
parent 46adb6bc7f
commit f3b4fe0e25
2 changed files with 10 additions and 10 deletions

View File

@@ -1215,8 +1215,8 @@ namespace GHelper
tableVisual.Visible = false;
} else
{
labelVisual.Visible = false;
tableVisual.Visible = true;
labelVisual.Visible = false;
}
}