Fix: Grease Pencil: Move use_selection property to new row in redo panel

bca8fc76f9 exposed `use_selection` in redo panel of interpolate
sequence, this resolved #133324. But it has been added to same row
Move this property to new row, so it looks nicer.

Pull Request: https://projects.blender.org/blender/blender/pulls/133520
This commit is contained in:
Pratik Borhade
2025-01-24 08:11:50 +01:00
committed by Falk David
parent ad3459fb23
commit 23ff989dc0

View File

@@ -1414,6 +1414,8 @@ static void grease_pencil_interpolate_sequence_ui(bContext *C, wmOperator *op)
row = uiLayoutRow(layout, true);
uiItemR(row, op->ptr, "exclude_breakdowns", UI_ITEM_NONE, std::nullopt, ICON_NONE);
row = uiLayoutRow(layout, true);
uiItemR(row, op->ptr, "use_selection", UI_ITEM_NONE, std::nullopt, ICON_NONE);
row = uiLayoutRow(layout, true);