mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
[AboutDialog]
Fixed a issue that Value column isn't updated if value is empty string.
This commit is contained in:
parent
4ccb0aa40b
commit
e812e079ec
@ -230,7 +230,7 @@ void UpdateAboutStatistics(LPCTSTR entryName)
|
||||
ListView_InsertItem(widget, &vitem);
|
||||
}
|
||||
|
||||
if (val && wcslen(val) > 0)
|
||||
if (val)
|
||||
{
|
||||
ListView_SetItemText(widget, index, 1, (WCHAR*)val);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user