Fix "Auto Build window hidden behind"

This commit is contained in:
Scott Lahteine 2019-09-19 16:21:50 -05:00
parent 1803c27afb
commit f412267766

View File

@ -149,6 +149,7 @@ def get_answer(board_name, cpu_label_txt, cpu_a_txt, cpu_b_txt):
kill_session_()
root_get_answer = tk.Tk()
root_get_answer.attributes("-topmost", True)
root_get_answer.chk_state_1 = 1 # declare variables used by TK and enable