mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 21:28:51 +00:00
bug fixes
This commit is contained in:
parent
e1021a6832
commit
52b84c3201
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ namespace v2rayN.Views
|
||||||
var item2 = (MyDGTextColumn)lstProfiles.Columns[k];
|
var item2 = (MyDGTextColumn)lstProfiles.Columns[k];
|
||||||
if (item2.ExName == item.Name)
|
if (item2.ExName == item.Name)
|
||||||
{
|
{
|
||||||
if (item.Width <= 0)
|
if (item.Width < 0)
|
||||||
{
|
{
|
||||||
item2.Visibility = Visibility.Hidden;
|
item2.Visibility = Visibility.Hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue