Manage Layouts: Fix missing entries in the displayed list of layouts

This fixes http://rainmeter.net/forum/viewtopic.php?p=101697
This commit is contained in:
Birunthan Mohanathas
2014-07-12 15:50:26 -07:00
parent 6eafb835ad
commit 1cf0212e87
3 changed files with 20 additions and 5 deletions

View File

@ -1215,6 +1215,8 @@ void Rainmeter::ScanForLayouts()
FindClose(hSearch);
}
DialogManage::UpdateLayouts();
}
void Rainmeter::ExecuteBang(const WCHAR* bang, std::vector<std::wstring>& args, MeterWindow* meterWindow)