changeState after a setState request
This commit is contained in:
parent
04c16882fa
commit
31ae81b34a
1 changed files with 1 additions and 0 deletions
|
@ -893,6 +893,7 @@ void Client::setState(StateAction action, long data1, long data2)
|
||||||
if (shadestate != _shaded)
|
if (shadestate != _shaded)
|
||||||
shade(shadestate);
|
shade(shadestate);
|
||||||
calcLayer();
|
calcLayer();
|
||||||
|
changeState(); // change the hint to relect these changes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue