Skip to content

Commit

Permalink
FIX: Don't switch away from Drivers Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-K committed May 6, 2021
1 parent c462294 commit bc9aee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blender Window Switcher.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ return

CheckBlenderHover:
MouseGetPos,,, hoverID
activeWindow := WinActive("ahk_exe blender.exe",, ".*Preferences|.*File View")
activeWindow := WinActive("ahk_exe blender.exe",, ".*Preferences|.*File View|.*Drivers Editor")
hoverWindow := WinExist("ahk_exe blender.exe ahk_id " hoverID)
if(activeWindow and hoverWindow and activeWindow != hoverWindow)
{
Expand Down
Binary file modified Blender Window Switcher.exe
Binary file not shown.

0 comments on commit bc9aee9

Please sign in to comment.