mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #139] Poor visualizer rendering when compiling with Xcode 10.2.1 / macOS 10.14 #113
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akitchen on GitHub (May 10, 2019).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/139
Originally assigned to: @akitchen on GitHub.
As noted in #136 , the Svelte visualizer renders with a weird blue background when compiled with Xcode 10.2.1 on macOS 10.14.
This doesn't seem to occur with the version of KeyCastr available in
brew cask, which was compiled with an older Xcode/macOS SDK.@akitchen commented on GitHub (May 11, 2019):
I see that this was explicitly set to
[NSColor blueColor]in the code for a long time, but for some reason it hasn't looked that way until now.