Update UVR.py
This commit is contained in:
1
UVR.py
1
UVR.py
@@ -1843,6 +1843,7 @@ class MainWindow(TkinterDnD.Tk if is_dnd_compatible else tk.Tk):
|
|||||||
window.bind(right_click_button, lambda e:right_click_menu(e))
|
window.bind(right_click_button, lambda e:right_click_menu(e))
|
||||||
|
|
||||||
if pop_up:
|
if pop_up:
|
||||||
|
window.attributes('-topmost', 'true') if OPERATING_SYSTEM == "Linux" else None
|
||||||
window.grab_set()
|
window.grab_set()
|
||||||
root.wait_window(window)
|
root.wait_window(window)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user