-Fixed bug reported in Issue 29 '"Y as a percentage" in menu operation is not reflected in a Rainmeter.ini'. Copy and paste error was linking both X and Y menus to X as a percentage.

This commit is contained in:
Brian Todoroff 2009-04-06 05:50:37 +00:00
parent bb4cc5ec22
commit 62c9249076

View File

@ -2380,7 +2380,7 @@ LRESULT CMeterWindow::OnCommand(WPARAM wParam, LPARAM lParam)
} }
else if(wParam == ID_CONTEXT_SKINMENU_YPERCENTAGE) else if(wParam == ID_CONTEXT_SKINMENU_YPERCENTAGE)
{ {
m_WindowXPercentage = !m_WindowXPercentage; m_WindowYPercentage = !m_WindowYPercentage;
} }
else else
{ {