| src/Frame.cc | |
| 1120 | @@ -1120,6 +1120,7 @@ |
| 1120 | } |
| 1121 | |
| 1122 | setShaded(STATE_UNSET); // make sure the frame isn't shaded |
| 1123 | setStateFullscreen(STATE_UNSET); |
| 1124 | |
| 1125 | // Initialize variables |
| 1126 | int start_x, new_x; |
| ... | |
| 1376 | @@ -1375,6 +1376,7 @@ |
| 1376 | } |
| 1377 | |
| 1378 | setShaded(STATE_UNSET); |
| 1379 | setStateFullscreen(STATE_UNSET); |
| 1380 | |
| 1381 | // make sure the two states are in sync if toggling |
| 1382 | if ((horz == vert) && (sa == STATE_TOGGLE)) { |
| ... | |