Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/space_sequencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/space_sequencer.c b/source/blender/editors/space_sequencer/space_sequencer.c
index 4e10ed62366..3444ad7823e 100644
--- a/source/blender/editors/space_sequencer/space_sequencer.c
+++ b/source/blender/editors/space_sequencer/space_sequencer.c
@@ -654,7 +654,7 @@ static void sequencer_preview_region_draw(const bContext *C, ARegion *ar)
rcti rect;
ED_region_visible_rect(ar, &rect);
int xoffset = rect.xmin + U.widget_unit;
- int yoffset = rect.xmax;
+ int yoffset = rect.ymax;
ED_scene_draw_fps(scene, xoffset, &yoffset);
}
}