diff options
author | Eugene Kurzberg <i.kurtsberg@samsung.com> | 2017-09-28 13:12:34 +0300 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.ap-northeast-2.compute.internal> | 2017-10-03 08:20:38 +0000 |
commit | 589c47d884e100263dd1634ead9808ed129ffdbb (patch) | |
tree | 22bdabdbad068162cd05f74d4aed2a9688cddac1 | |
parent | 960bbec61ed2c9ce82d8acb049aa5e3efe9d347b (diff) | |
download | phone-contacts-589c47d884e100263dd1634ead9808ed129ffdbb.tar.gz phone-contacts-589c47d884e100263dd1634ead9808ed129ffdbb.tar.bz2 phone-contacts-589c47d884e100263dd1634ead9808ed129ffdbb.zip |
TizenRefApp-9369 Select all option unavailable if no items selected
Change-Id: I585bfc4700b9750108fca7d572bb1a4bcc6fd83a
Signed-off-by: Eugene Kurzberg <i.kurtsberg@samsung.com>
-rw-r--r-- | lib-apps-common/src/Ux/SelectView.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-apps-common/src/Ux/SelectView.cpp b/lib-apps-common/src/Ux/SelectView.cpp index 040bab8..5012033 100644 --- a/lib-apps-common/src/Ux/SelectView.cpp +++ b/lib-apps-common/src/Ux/SelectView.cpp @@ -386,6 +386,7 @@ void SelectView::updateVisibleCount(CountChange change, SelectItem *item) } updateMultiSelector(); + updateMultiSelectorState(); } void SelectView::updateVisibleSelectCount(CountChange change, SelectItem *item) |