Merge pull request #222 from rockihack/fix-global-autotype

MacOS: Fix Global Autotype in Google Chrome, resolves #212
This commit is contained in:
Janek Bevendorff 2017-01-26 22:37:27 +02:00 committed by GitHub
commit ad4bf1ac84

View File

@ -98,9 +98,11 @@ QString AutoTypePlatformMac::activeWindowTitle()
if (windowLayer(window) == 0) {
// First toplevel window in list (front to back order)
title = windowTitle(window);
if (!title.isEmpty()) {
break;
}
}
}
::CFRelease(windowList);
}