mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 19:59:59 +01:00
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:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user