Measuring - Gizmo measure - Disable background fadeout animation when showing imgui modal dialog to edit distance
This commit is contained in:
parent
7002b94419
commit
908634d5b7
3 changed files with 12 additions and 0 deletions
|
@ -130,6 +130,10 @@ public:
|
|||
void set_requires_extra_frame() { m_requires_extra_frame = true; }
|
||||
void reset_requires_extra_frame() { m_requires_extra_frame = false; }
|
||||
|
||||
#if ENABLE_MEASURE_GIZMO
|
||||
void disable_background_fadeout_animation();
|
||||
#endif // ENABLE_MEASURE_GIZMO
|
||||
|
||||
static ImU32 to_ImU32(const ColorRGBA& color);
|
||||
static ImVec4 to_ImVec4(const ColorRGBA& color);
|
||||
static ColorRGBA from_ImU32(const ImU32& color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue