diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-11-06 19:14:17 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-11-06 19:14:17 +0100 |
| commit | e85678080e75945da0c9ec32a925167409fc3949 (patch) | |
| tree | 099d2c2302a774c20fd54a8a68e307aeeef0ef23 /unity-shared | |
| parent | 2317847c0a56f4f86f0064cf349a77a5cffb2379 (diff) | |
CoverArt: remove sensitivity to text
(bzr r4008.14.11)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/CoverArt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unity-shared/CoverArt.cpp b/unity-shared/CoverArt.cpp index 8eb80e5e0..d05d4bdef 100644 --- a/unity-shared/CoverArt.cpp +++ b/unity-shared/CoverArt.cpp @@ -450,6 +450,7 @@ void CoverArt::SetupViews() overlay_text_->SetLines(-3); overlay_text_->SetScale(scale); overlay_text_->SetText(_("No Image Available")); + overlay_text_->SetInputEventSensitivity(false); spin_ = dash::Style::Instance().GetSearchSpinIcon(scale); |
