1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Tech ENABLE_SCROLLABLE_LEGEND -> 1st installment of scrollable legend

This commit is contained in:
enricoturri1966
2021-04-30 11:39:52 +02:00
committed by Oleksandra Yushchenko
parent 96447de1d4
commit ddf59a4a8c
4 changed files with 196 additions and 137 deletions
+4
View File
@@ -474,6 +474,10 @@ private:
Model* m_model;
BackgroundSlicingProcess *m_process;
#if ENABLE_SCROLLABLE_LEGEND
std::array<unsigned int, 2> m_old_size{ 0, 0 };
#endif // ENABLE_SCROLLABLE_LEGEND
// Screen is only refreshed from the OnIdle handler if it is dirty.
bool m_dirty;
bool m_initialized;