~daker/webbrowser-app/fix.1317428

« back to all changes in this revision

Viewing changes to src/Ubuntu/Web/SelectionHandle.qml

  • Committer: CI bot
  • Author(s): Olivier Tilloy
  • Date: 2014-06-30 08:11:35 UTC
  • mfrom: (574.2.13 selection)
  • Revision ID: ps-jenkins@lists.canonical.com-20140630081135-edips5hb81eprmm5
Re-enable contextual selection that had been disabled when switching to oxide.

Packaging change: renamed the qtdeclarative5-ubuntu-ui-extras-browser-plugin-assets package to qtdeclarative5-ubuntu-web-plugin-assets. Fixes: 1324292

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2013 Canonical Ltd.
 
2
 * Copyright 2013-2014 Canonical Ltd.
3
3
 *
4
4
 * This file is part of webbrowser-app.
5
5
 *
23
23
    property int axis
24
24
    property real minimum
25
25
    property real maximum
26
 
    // Known issue: when dragging outside the window, the drag is canceled,
27
 
    // but dragging remains true. See QTBUG-29146.
28
26
    property bool dragging: __mousearea.drag.active
29
27
 
30
28
    width: units.gu(3)