diff --git a/pysollib/macosx/appSupport.py b/pysollib/macosx/appSupport.py index b152f578..ce8cb090 100644 --- a/pysollib/macosx/appSupport.py +++ b/pysollib/macosx/appSupport.py @@ -20,6 +20,4 @@ def setupApp(app): Perform setup for the OSX application bundle. """ if not runningAsOSXApp(): return - hideTkConsole(app.top) - #overrideRootMenu(root, flist) diff --git a/pysollib/winsystems/aqua.py b/pysollib/winsystems/aqua.py index fcbb507a..3791486c 100644 --- a/pysollib/winsystems/aqua.py +++ b/pysollib/winsystems/aqua.py @@ -32,11 +32,11 @@ class initRootWindow(baseInitRootWindow): def __init__(self, root, app): baseInitRootWindow.__init__(self, root, app) if TOOLKIT == 'tk': - #setupApp(app) hideTkConsole(root) if TOOLKIT == 'gtk': pass elif USE_TILE: + style = Tile.Style(root) color = style.lookup('.', 'background') if color: root.tk_setPalette(color) # for non-Tile widgets