remove debug code in window menu placement
This commit is contained in:
parent
72a2e98738
commit
080ba7f9b9
1 changed files with 0 additions and 2 deletions
|
@ -3184,8 +3184,6 @@ void BlackboxWindow::buttonPressEvent(const XButtonEvent *be) {
|
|||
my = screen->getHeight() - windowmenu->getHeight() -
|
||||
(screen->getBorderWidth() * 2);
|
||||
|
||||
|
||||
cout << my << endl;
|
||||
windowmenu->move(mx, my);
|
||||
windowmenu->show();
|
||||
XRaiseWindow(blackbox->getXDisplay(), windowmenu->getWindowID());
|
||||
|
|
Loading…
Reference in a new issue