clicks on the handle were matching OnTitlebar
This commit is contained in:
parent
a2db891942
commit
ce74ed1c30
1 changed files with 1 additions and 0 deletions
|
@ -2570,6 +2570,7 @@ void FluxboxWindow::buttonPressEvent(XButtonEvent &be) {
|
|||
|
||||
bool onTitlebar = frame().gripLeft().window() != be.window &&
|
||||
frame().gripRight().window() != be.window &&
|
||||
frame().handle().window() != be.window &&
|
||||
frame().clientArea().window() != be.window &&
|
||||
frame().window() != be.window;
|
||||
|
||||
|
|
Loading…
Reference in a new issue