mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +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))
|
else if (mWatchEntry.mResultType.HasFlag(WatchResultType.TypeValueType))
|
||||||
{
|
{
|
||||||
imageIdx = .Type_ValueType;
|
imageIdx = .IconValue;
|
||||||
}
|
}
|
||||||
else if (mWatchEntry.mResultType.HasFlag(WatchResultType.Namespace))
|
else if (mWatchEntry.mResultType.HasFlag(WatchResultType.Namespace))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue