Skip to content

Commit d2b8176

Browse files
committed
Examples: Include windows with WindowStyle.TOOLWINDOW
This allows switching between Firefox windows and dialogs.
1 parent c7dafcd commit d2b8176

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/switch_between_app_windows.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ def is_alt_tab_window(win):
5656
return True
5757
if ahk.ExWindowStyle.TOOLWINDOW in ex_style:
5858
return False
59-
if ahk.WindowStyle.TOOLWINDOW in style:
60-
return False
6159
if ahk.ExWindowStyle.NOACTIVATE in ex_style:
6260
return False
6361

0 commit comments

Comments
 (0)