-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MacOS] Red frame is not visible around menubar #119
Comments
@thecoder-001 Thanks for the report! Let's track problem on MacOS here in this ticket, and the Gnome problem in #121 . While the problem is indeed related, from my experience it is very likely that it has to be solved separately. I don't think there is a configuration that will work well on Gnome and MacOS, but that's also not necessary, as the configuration is chosen conditionally anyway, For anyone who wants to take a look into this here is the relevant part of the code |
PR #134 introduced a partial fix: The border is now drawn around whole screen, incl. dock & menubar. However, menubar & dock are still not selectable areas. An alternative solution I found makes everything selectable, but won't accept keyboard input (No close via Not sure, what's better. Please provide your opinion... :) |
This issue was addressed in the latest pre-release |
The issue seems to be fixed on the latest beta release (except for the minor annoyance macOS's fullscreen titlebar behaviour can be while selecting stuff on the top, though that's the os's fault). Screen.Recording.2022-02-13.at.7.45.51.PM.mov |
Fix confirmed for v0.3.0+ |
The main capture window (with the red frame) seems to always stay behind Mac's menubar. This not only looks a bit ugly, it also makes it impossible to capture text on the menubar itself.
The text was updated successfully, but these errors were encountered: