Fix for [#24292] When rendering with the stamp feature the scene opt. affects the seq. strip placement

Fixed typo.
This commit is contained in:
Elia Sarti 2010-10-16 17:28:52 +00:00
parent d170a959d2
commit 3b6564a821

@ -1161,7 +1161,7 @@ void BKE_stamp_buf(Scene *scene, unsigned char *rect, float *rectf, int width, i
}
if (stamp_data.strip[0]) {
BLF_width_and_height(mono, stamp_data.scene, &w, &h); h= h_fixed;
BLF_width_and_height(mono, stamp_data.strip, &w, &h); h= h_fixed;
/* Top right corner, with an extra space because blenfont is too strict! */
x= width - w - pad;