diff options
author | Lim DoHyung <delight.lim@samsung.com> | 2016-07-11 06:56:51 -0700 |
---|---|---|
committer | Hye Kyoung Hwang <cookie@samsung.com> | 2016-07-11 06:57:07 -0700 |
commit | 1fa673a98030443de6eca6fd9cd62e2b4a02af97 (patch) | |
tree | 81bf4c68dc4cd04edeb56088f57258c6ffb98337 /services/WebPageUI | |
parent | 6af3a53a083da7fe21bec704b873a12e75a573c8 (diff) | |
download | browser-1fa673a98030443de6eca6fd9cd62e2b4a02af97.tar.gz browser-1fa673a98030443de6eca6fd9cd62e2b4a02af97.tar.bz2 browser-1fa673a98030443de6eca6fd9cd62e2b4a02af97.zip |
Sometimes scroll is not working.
Revert "Hide history list on "X" button click in uri entry"
This reverts commit 3229427bde11b930605f7c4b6dcba06ff4b76f99.
Change-Id: If2afca949f5a6beb2fe589a0967575239582e287
Diffstat (limited to 'services/WebPageUI')
-rw-r--r-- | services/WebPageUI/URIEntry.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/WebPageUI/URIEntry.cpp b/services/WebPageUI/URIEntry.cpp index 3d34dc3f..d83a07bd 100644 --- a/services/WebPageUI/URIEntry.cpp +++ b/services/WebPageUI/URIEntry.cpp @@ -410,7 +410,6 @@ void URIEntry::_uri_right_icon_clicked(void* data, Evas_Object* /*obj*/, const c case RightIconType::CANCEL: elm_entry_entry_set(self->m_entry, ""); elm_object_signal_emit(self->m_entry_layout, "hide_icon", "ui"); - self->hideHistoryList(); break; case RightIconType::SECURE: self->secureIconClicked(); |