About dialog now opens with Log selected as default. Changed DisableDrag=1/0 to DisableDragging=1/0.

This commit is contained in:
Birunthan Mohanathas
2010-11-27 10:57:59 +00:00
parent 04208a97c3
commit 559b5ae05f
5 changed files with 20 additions and 16 deletions

View File

@ -3490,7 +3490,7 @@ LRESULT CMeterWindow::OnExitSizeMove(UINT uMsg, WPARAM wParam, LPARAM lParam)
*/
LRESULT CMeterWindow::OnNcHitTest(UINT uMsg, WPARAM wParam, LPARAM lParam)
{
if (m_WindowDraggable && !Rainmeter->GetDisableDrag())
if (m_WindowDraggable && !Rainmeter->GetDisableDragging())
{
POINT pos;
pos.x = (SHORT)LOWORD(lParam);