all repos — openbox @ 6eae9223a110f620c565c8c5a4e6b43d9f87b7d3

openbox fork - make it a bit more like ryudo

show the widget after moving it
Dana Jansens danakj@orodu.net
commit

6eae9223a110f620c565c8c5a4e6b43d9f87b7d3

parent

fd96ddd82e6c65de6a23141a53a4d544668fd11d

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

jump to
M scripts/motion.pyscripts/motion.py

@@ -115,7 +115,6 @@ style.bevelWidth(), 1)

_popwidget.setTexture(style.titlebarFocusBackground()) _poplabel = otk.Label(_popwidget) _poplabel.setTexture(style.labelFocusBackground()) - _popwidget.show(1) _poplabel.fitString(text) _poplabel.setText(text) area = otk.display.screenInfo(_screen).rect()

@@ -124,6 +123,7 @@ _popwidget.move(area.x() + (area.width() -

_popwidget.width()) / 2, area.y() + (area.height() - _popwidget.height()) / 2) + _popwidget.show(1) def move(data): """Moves the window interactively. This should only be used with