diff options
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.cpp b/tracker-pt/ftnoir_tracker_pt.cpp index 4dc9abda..dabd48b4 100644 --- a/tracker-pt/ftnoir_tracker_pt.cpp +++ b/tracker-pt/ftnoir_tracker_pt.cpp @@ -139,8 +139,8 @@ module_status Tracker_PT::start_tracker(QFrame* video_frame) video_frame->setLayout(layout.get()); //video_widget->resize(video_frame->width(), video_frame->height()); video_frame->show(); - double dpi = screen_dpi(video_frame); + double dpi = screen_dpi(video_frame); preview_frame = traits->make_preview(iround(preview_width * dpi), iround(preview_height * dpi)); |