mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Improved View Cursor; now also displays context information around the
cursor during operation (e.g. grab)
This commit is contained in:
@@ -808,8 +808,8 @@ void ImGuiToolkit::ShowStats(bool *p_open, int* p_corner)
|
||||
if (p_open && ImGui::MenuItem("Close")) *p_open = false;
|
||||
ImGui::EndPopup();
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
ImVec4 ImGuiToolkit::GetHighlightColor()
|
||||
|
||||
Reference in New Issue
Block a user