New Distortion of output window in Displays view

Allows shape distortion of output rendering (e.g. for perspective correction of projection), added Grid snap cursor support in Displays view
This commit is contained in:
Bruno Herbelin
2023-12-31 18:34:48 +01:00
parent 6b1e298d43
commit 578a72f560
8 changed files with 456 additions and 253 deletions

View File

@@ -4166,7 +4166,7 @@ void Navigator::RenderMousePointerSelector(const ImVec2 &size)
{
ImGuiContext& g = *GImGui;
ImVec2 top = ImGui::GetCursorPos();
bool enabled = Settings::application.current_view < View::TRANSITION;
bool enabled = Settings::application.current_view != View::TRANSITION;
///
/// interactive button of the given size: show menu if clic or mouse over
///