Missing include.
[dcpomatic.git] / src / wx / video_panel.cc
index 859c0a886c8be59a76445c01a0640dd3b5c3eb38..e065f9bb4b8ef548a3389b3bddce6611a73a0540 100644 (file)
@@ -108,7 +108,11 @@ VideoPanel::create ()
        int const link_height = 32;
 #elif defined(DCPOMATIC_OSX)
        int const crop_width = 56;
+#if wxCHECK_VERSION(3, 2, 0)
        int const link_width = 8 + 15 / dpi_scale_factor(this);
+#else
+       int const link_width = 23;
+#endif
        int const link_height = 28;
 #else
        int const crop_width = 56;