diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-02 23:25:18 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-02 23:25:18 +0000 |
| commit | de4a388a93322f80852e97880ff45f438dfaff47 (patch) | |
| tree | 2e0ca403369305dae479245b1d7bb9605c2540f8 /scripts/motion.py | |
| parent | 6eae9223a110f620c565c8c5a4e6b43d9f87b7d3 (diff) | |
show the resize coords after moving them
Diffstat (limited to 'scripts/motion.py')
| -rw-r--r-- | scripts/motion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motion.py b/scripts/motion.py index 35845b62..14a3c195 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -210,7 +210,6 @@ def _do_resize(): _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() @@ -219,6 +218,7 @@ def _do_resize(): _popwidget.width()) / 2, area.y() + (area.height() - _popwidget.height()) / 2) + _popwidget.show(1) def resize(data): """Resizes the window interactively. This should only be used with |
