bug fixes

pull/3633/head
2dust 2023-04-07 15:38:30 +08:00
parent e1021a6832
commit 52b84c3201
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ namespace v2rayN.Views
var item2 = (MyDGTextColumn)lstProfiles.Columns[k];
if (item2.ExName == item.Name)
{
if (item.Width <= 0)
if (item.Width < 0)
{
item2.Visibility = Visibility.Hidden;
}