Merge branch 'blender-v4.2-release'
This commit is contained in:
@@ -713,7 +713,7 @@ static void draw_handle_transform_text(const TimelineDrawContext *timeline_ctx,
|
||||
const float text_y = strip_ctx->bottom + 0.09f;
|
||||
float text_x = strip_ctx->left_handle;
|
||||
|
||||
if (handle == SEQ_HANDLE_RIGHT) {
|
||||
if (handle == SEQ_HANDLE_LEFT) {
|
||||
numstr_len = SNPRINTF_RLEN(numstr, "%d", int(strip_ctx->left_handle));
|
||||
text_x += text_margin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user