From f2f97743ef8be56ad4e2da249872bfd74dc87b7b Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Tue, 8 Nov 2011 13:15:03 +0000 Subject: [PATCH] Fixed that new position is discarded when refreshing after !ZPos. --- Library/MeterWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/MeterWindow.cpp b/Library/MeterWindow.cpp index 59ac8add..ba43b9cc 100644 --- a/Library/MeterWindow.cpp +++ b/Library/MeterWindow.cpp @@ -839,7 +839,7 @@ void CMeterWindow::RunBang(BANGCOMMAND bang, const WCHAR* arg) break; case BANG_ZPOS: - ChangeZPos((ZPOSITION)_wtoi(arg)); + SetWindowZPosition((ZPOSITION)_wtoi(arg)); break; case BANG_CLICKTHROUGH: