You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't know why anyone would want DataInspector to show tooltips for a Checkbox. for now i'm hacking this with foreach(x->x.inspectable[]=false, cb.blockscene.plots). maybe this should be done by default? or at least have an inspectable property like plots do to make turning it off easier?
using GLMakie
f = Figure()
cb = Checkbox(f[1,1])
DataInspector()
The text was updated successfully, but these errors were encountered:
don't know why anyone would want DataInspector to show tooltips for a Checkbox. for now i'm hacking this with
foreach(x->x.inspectable[]=false, cb.blockscene.plots)
. maybe this should be done by default? or at least have aninspectable
property like plots do to make turning it off easier?The text was updated successfully, but these errors were encountered: