diff options
author | ckocagil@chromium.org <ckocagil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-23 22:30:36 +0000 |
---|---|---|
committer | ckocagil@chromium.org <ckocagil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-23 22:30:36 +0000 |
commit | 8f68a07de4919a77e333488535a498d1229a62c1 (patch) | |
tree | a90575123c763400d0aa36e76ee7e6b24652b142 /ui/views/examples | |
parent | 75e802608d2789f696edc509b3d97d933e8dc519 (diff) | |
download | chromium_src-8f68a07de4919a77e333488535a498d1229a62c1.zip chromium_src-8f68a07de4919a77e333488535a498d1229a62c1.tar.gz chromium_src-8f68a07de4919a77e333488535a498d1229a62c1.tar.bz2 |
Views Examples: Notify Combobox after updating the model
BUG=
R=sky@chromium.org
Review URL: https://codereview.chromium.org/299203003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/examples')
-rw-r--r-- | ui/views/examples/examples_window.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/views/examples/examples_window.cc b/ui/views/examples/examples_window.cc index 8372669..55f7b554 100644 --- a/ui/views/examples/examples_window.cc +++ b/ui/views/examples/examples_window.cc @@ -131,6 +131,7 @@ class ExamplesWindowContents : public WidgetDelegateView, instance_ = this; combobox_->set_listener(this); combobox_model_.SetExamples(examples.Pass()); + combobox_->ModelChanged(); set_background(Background::CreateStandardPanelBackground()); GridLayout* layout = new GridLayout(this); |