changeState after a setState request

This commit is contained in:
Dana Jansens 2003-01-30 22:20:25 +00:00
parent 04c16882fa
commit 31ae81b34a

View file

@ -893,6 +893,7 @@ void Client::setState(StateAction action, long data1, long data2)
if (shadestate != _shaded)
shade(shadestate);
calcLayer();
changeState(); // change the hint to relect these changes
}