From a5b7bea2ca47d4000facf63f676bdf7fa3ea23a6 Mon Sep 17 00:00:00 2001 From: Athanasius <github@miggy.org> Date: Mon, 27 Jul 2020 15:16:23 +0100 Subject: [PATCH] Move comment to line above if --- EDMarketConnector.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 0d23f6dd..9bf7496d 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -804,7 +804,8 @@ class AppWindow(object): self.transient(parent) # position over parent - if platform != 'darwin' or parent.winfo_rooty() > 0: # http://core.tcl.tk/tk/tktview/c84f660833546b1b84e7 + # http://core.tcl.tk/tk/tktview/c84f660833546b1b84e7 + if platform != 'darwin' or parent.winfo_rooty() > 0: self.geometry(f'+{parent.winfo_rootx():d}+{parent.winfo_rooty():d}') # remove decoration