Fixed that new position is discarded when refreshing after !ZPos.

This commit is contained in:
Birunthan Mohanathas 2011-11-08 13:15:03 +00:00
parent a209bf15d0
commit f2f97743ef

View File

@ -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: