mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed some Lua related issues.
Removed some internal functions from exposed functions for Lua. Code cleanup and optimizing for VC2010.
This commit is contained in:
@ -337,7 +337,7 @@ void UpdateWidgets()
|
||||
++i;
|
||||
}
|
||||
|
||||
if (g_Plugins.size() > 0)
|
||||
if (!g_Plugins.empty())
|
||||
{
|
||||
ListView_SetItemState(widget, 0, LVIS_SELECTED, LVIS_SELECTED);
|
||||
}
|
||||
|
Reference in New Issue
Block a user