Fix T59644: FPS meter not showing in VSE

Issue caused probably by typo
This commit is contained in:
Richard Antalik 2018-12-21 16:27:08 -08:00
parent f1f8859ad5
commit a451d4abbc
Notes: blender-bot 2023-10-18 15:23:11 +02:00
Referenced by issue #59644, FPS doesn't show in VSE
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 0457976a872000993202763abe7503c76b461122
Subproject commit e3c9be92624d93ba3eb78731887455fbf41040d6

@ -1 +1 @@
Subproject commit ceb054a0f923fa49cd9e8ef20322261a26160151
Subproject commit 4c5ddaeb2d1953ea9db10b2fdde2f93e19b1d6d7

View File

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

@ -1 +1 @@
Subproject commit 2278dd8d6aea4d56632dee37196a5e341ce99283
Subproject commit 279c373280e54388ede50abea9d11d5cdaa1d567