mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed issue with 922dd09
This commit is contained in:
parent
8b5e4c3ace
commit
d1b985d3f4
@ -1339,7 +1339,7 @@ void CRainmeter::CreateMeterWindow(const std::wstring& folderPath, const std::ws
|
|||||||
|
|
||||||
if (mw)
|
if (mw)
|
||||||
{
|
{
|
||||||
m_MeterWindows.insert(std::make_pair(folderPath, mw));
|
m_MeterWindows[folderPath] = mw;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user