WIP: Pan and zoom gizmos for compositor backdrop #1

Draft
Habib Gahbiche wants to merge 4 commits from com-backdrop-pan-zoom into node-pan-zoom

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit fff97b3da6 - Show all commits

View File

@ -99,7 +99,7 @@ static NavigateGizmoInfo *navigate_params_from_space_type(short space_type)
case SPACE_CLIP:
return g_navigate_params_for_space_clip;
default:
/* Used for sequencer and compositor. */
/* Used for sequencer and node editors. */
return g_navigate_params_for_view2d;
}
}