if user is moving a window and switches workspaces, stop moving that window
This commit is contained in:
parent
8ef0610e90
commit
1789f16af9
1 changed files with 3 additions and 0 deletions
|
@ -1494,6 +1494,9 @@ void OpenboxWindow::close(void) {
|
|||
|
||||
|
||||
void OpenboxWindow::withdraw(void) {
|
||||
if (flags.moving)
|
||||
endMove();
|
||||
|
||||
flags.visible = False;
|
||||
flags.iconic = False;
|
||||
|
||||
|
|
Loading…
Reference in a new issue