improve update_brush performance

This commit is contained in:
2019-08-14 08:49:20 +02:00
parent f7db4a924e
commit a08e8c5796
4 changed files with 46 additions and 39 deletions

View File

@@ -245,7 +245,7 @@ public:
std::shared_ptr<NodeProgressBar> show_progress(const std::string& title);
void brush_update();
void brush_update(bool update_color, bool update_brush);
void title_update();
void update_memory_usage(size_t bytes);
void update_rec_frames();