mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed that new position is discarded when refreshing after !ZPos.
This commit is contained in:
parent
a209bf15d0
commit
f2f97743ef
@ -839,7 +839,7 @@ void CMeterWindow::RunBang(BANGCOMMAND bang, const WCHAR* arg)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case BANG_ZPOS:
|
case BANG_ZPOS:
|
||||||
ChangeZPos((ZPOSITION)_wtoi(arg));
|
SetWindowZPosition((ZPOSITION)_wtoi(arg));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case BANG_CLICKTHROUGH:
|
case BANG_CLICKTHROUGH:
|
||||||
|
Loading…
Reference in New Issue
Block a user