Skip to content

Commit

Permalink
Soften WGLMakie warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarros committed Aug 27, 2024
1 parent c181348 commit 4093635
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ext/PlottingExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ let warned = false
global warn_wglmakie() = begin
if !warned && string(Makie.current_backend()) == "WGLMakie"
@info """
Support for the WGLMakie backend is experimental. Known issues are
being tracked at https://github.com/SunnySuite/Sunny.jl/issues/211.
If you encounter graphics problems, try restarting the Julia session
and load GLMakie instead of WGLMakie.
Using the WGLMakie graphics backend. If you encounter graphics problems,
try restarting the Julia session and load GLMakie instead of WGLMakie.
Issue tracker: https://github.com/SunnySuite/Sunny.jl/issues/211.
"""
end
warned = true
Expand Down

0 comments on commit 4093635

Please sign in to comment.