Small refactoring in GLCanvas3D

This commit is contained in:
enricoturri1966 2021-05-17 13:14:19 +02:00
parent 858ea16b95
commit 40086784fe
2 changed files with 7 additions and 7 deletions

View file

@ -753,6 +753,9 @@ public:
}
#endif // ENABLE_SEQUENTIAL_LIMITS
const Print* fff_print() const;
const SLAPrint* sla_print() const;
private:
bool _is_shown_on_screen() const;
@ -858,10 +861,6 @@ private:
float get_overlay_window_width() { return LayersEditing::get_overlay_window_width(); }
static std::vector<float> _parse_colors(const std::vector<std::string>& colors);
public:
const Print* fff_print() const;
const SLAPrint* sla_print() const;
};
} // namespace GUI