Commit 313ae1c3 authored by J-P Nurmi's avatar J-P Nurmi Committed by Jani Heikkinen
Browse files

Fix text selection on desktop


So far, text selection handles were only provided by mobile
specific styles. The new Flat style is an exception that
provides text selection handles for mobile, but is still
intended to be usable on desktop too.

The text selection handling code thus needs not only to check
whether the text selection handles exist, but also whether it's
a mobile platform. This fixes text selection on desktop.

Change-Id: Ibda2045ca42970e7db692d2e8370ac0dba21625a
Reviewed-by: default avatarMitch Curtis <mitch.curtis@digia.com>
Showing with 6 additions and 6 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment