Browse Source

Fix debug build

Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX 4 years ago
parent
commit
d7d9d9ea0d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/src/WindowPrivateData.cpp

+ 1
- 1
dgl/src/WindowPrivateData.cpp View File

@@ -438,7 +438,7 @@ void Window::PrivateData::onPuglMouse(const Events::MouseEvent& ev)

void Window::PrivateData::onPuglMotion(const Events::MotionEvent& ev)
{
DGL_DBGp("onPuglMotion : %f %f\n", ev.button, ev.pos.getX(), ev.pos.getY());
DGL_DBGp("onPuglMotion : %f %f\n", ev.pos.getX(), ev.pos.getY());

// if (fModal.childFocus != nullptr)
// return fModal.childFocus->focus();


Loading…
Cancel
Save