~nick-dedekind/unity8/multimonitor.old

« back to all changes in this revision

Viewing changes to qml/OrientedShell.qml

  • Committer: Nick Dedekind
  • Date: 2016-09-02 12:00:35 UTC
  • Revision ID: nick.dedekind@canonical.com-20160902120035-dwvcrt5qnivqvx9d
more multimon

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
            }
119
119
        } else {
120
120
            if (Math.min(root.width, root.height) > units.gu(60)) {
121
 
                if (pointerInputDevices > 0 && pointerInputDevices > 0) {
 
121
                if (pointerInputDevices > 0 && pointerInputDevices > miceModel.oldCount + touchPadModel.oldCount) {
122
122
                    unity8Settings.usageMode = "Windowed";
123
123
                }
124
124
            } else {