toggle axis visibility on canvas (#9666)

* toggle axis visibility on canvas

* set show_axes config on toggle
This commit is contained in:
githubber4ever
2025-11-01 17:23:26 +01:00
committed by GitHub
parent bcb0387e0e
commit 2ae3378605
9 changed files with 774 additions and 12 deletions

View File

@@ -214,6 +214,9 @@ void AppConfig::set_defaults()
if (get("show_outline").empty())
set_bool("show_outline", false);
if (get("show_axes").empty())
set_bool("show_axes", true);
#ifdef _WIN32