Merge branch 'blender-v4.2-release'

This commit is contained in:
Richard Antalik
2024-07-12 04:06:29 +02:00

View File

@@ -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;
}