修复若干bug

This commit is contained in:
2026-08-02 12:48:37 +08:00
parent 63b97c1bb2
commit 6d000f43b4
21 changed files with 495 additions and 233 deletions
-1
View File
@@ -107,7 +107,6 @@ private:
mutable std::mutex children_mutex;
std::weak_ptr<Plot_Render_Context> plot_context;
std::atomic<Renderable_Cache_Mode> cache_mode{Renderable_Cache_Mode::Direct};
std::atomic_bool cache_dirty{true};
std::atomic<std::uint64_t> cache_edit_version{1};
std::atomic<std::uint64_t> cache_ready_version{0};
Image cache_image;