mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed valuetype icon
This commit is contained in:
parent
06f6c41679
commit
f4ffe67f92
1 changed files with 1 additions and 1 deletions
|
@ -1203,7 +1203,7 @@ namespace IDE.ui
|
|||
}
|
||||
else if (mWatchEntry.mResultType.HasFlag(WatchResultType.TypeValueType))
|
||||
{
|
||||
imageIdx = .Type_ValueType;
|
||||
imageIdx = .IconValue;
|
||||
}
|
||||
else if (mWatchEntry.mResultType.HasFlag(WatchResultType.Namespace))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue