Fixed imgui out of synch with mouse after switching between preview and 3D view

This commit is contained in:
enricoturri1966 2021-05-13 10:59:13 +02:00
parent 044634d7d1
commit d54548367a
2 changed files with 0 additions and 12 deletions

View file

@ -425,10 +425,6 @@ 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;