Reverted the changes from r229 (dragging problem).

This commit is contained in:
spx 2009-09-26 16:29:22 +00:00
parent 8869cd0bcc
commit 48fdf42bb2

View File

@ -3297,7 +3297,6 @@ LRESULT CMeterWindow::OnMove(WPARAM wParam, LPARAM lParam)
ScreenToWindow(); ScreenToWindow();
WriteConfig(); WriteConfig();
} }
m_Dragging = false;
return 0; return 0;
} }