mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
UI tweaks to prevent window resizing on hiding visual modes https://github.com/seerge/g-helper/issues/2301
This commit is contained in:
@@ -1215,8 +1215,8 @@ namespace GHelper
|
||||
tableVisual.Visible = false;
|
||||
} else
|
||||
{
|
||||
labelVisual.Visible = false;
|
||||
tableVisual.Visible = true;
|
||||
labelVisual.Visible = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user