Mercurial > code > home > repos > light9
diff bin/keyboardcomposer @ 815:d7f1f868eb6c
toplevel window pos is saved in the graph. Patch conflicts no longer break as hard, but they don't exactly reset themselves right yet eiher
Ignore-this: 56f96fd0b1a8602abc4e41851685794c
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Oct 2012 21:52:10 +0000 |
parents | 1ae8e6b287e3 |
children | 295b867fd810 |
line wrap: on
line diff
--- a/bin/keyboardcomposer Sun Sep 30 07:11:49 2012 +0000 +++ b/bin/keyboardcomposer Sat Oct 20 21:52:10 2012 +0000 @@ -549,11 +549,10 @@ root = Tk() initTkdnd(root.tk, 'tkdnd/trunk/') - # this has yet to be moved into the session graph + session = clientsession.getUri('keyboardcomposer', opts) + tl = toplevelat("Keyboard Composer - %s" % opts.session, - existingtoplevel=root) - - session = clientsession.getUri('keyboardcomposer', opts) + existingtoplevel=root, graph=graph, session=session) kc = KeyboardComposer(tl, graph, session, hw_sliders=not opts.no_sliders)