Put player on 2nd monitor for now.
authorCarl Hetherington <cth@carlh.net>
Fri, 14 Sep 2018 20:52:07 +0000 (21:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 14 Sep 2018 20:52:07 +0000 (21:52 +0100)
src/tools/dcpomatic_player.cc

index 3ab890a71f5391d6c3923f92f7b2743768e6a2d6..c6832772f75155c047c753c6e515528bfc110783 100644 (file)
@@ -507,8 +507,9 @@ private:
                if (_mode == Config::PLAYER_MODE_DUAL) {
                        _cinema_dialog->Show ();
                        if (wxDisplay::GetCount() > 1) {
-                               this->Move (0, 0);
-                               _cinema_dialog->Move (wxDisplay(0).GetClientArea().GetWidth(), 0);
+                               this->Move (wxDisplay(0).GetClientArea().GetWidth(), 0);
+                               /* (0, 0) doesn't seem to work for some strange reason */
+                               _cinema_dialog->Move (8, 8);
                        }
                }
        }