mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
#5098 - Fixed no preview after language change
This commit is contained in:
parent
2618992c8b
commit
a72fb79f72
2 changed files with 37 additions and 39 deletions
|
@ -388,6 +388,7 @@ public:
|
|||
|
||||
private:
|
||||
bool m_initialized{ false };
|
||||
mutable bool m_gl_data_initialized{ false };
|
||||
unsigned int m_last_result_id{ 0 };
|
||||
size_t m_moves_count{ 0 };
|
||||
mutable std::vector<TBuffer> m_buffers{ static_cast<size_t>(EMoveType::Extrude) };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue