all repos — openbox @ d64505cfe29a433d09fba8ee74372181c04cfad7

openbox fork - make it a bit more like ryudo

logic error for modal focus
Dana Jansens danakj@orodu.net
commit

d64505cfe29a433d09fba8ee74372181c04cfad7

parent

edd539420796233d3f69e1cceaa0f491ffdb5c6a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/client.ccsrc/client.cc

@@ -1563,7 +1563,7 @@ if (!(frame->isVisible() && (_can_focus || _focus_notify))) return false;

if (_focused) return true; - if (_modal) + if (!_modal) if (focusModalChild()) return true;