Commit 8f68a07d authored by ckocagil@chromium.org's avatar ckocagil@chromium.org

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
parent 75e80260
...@@ -131,6 +131,7 @@ class ExamplesWindowContents : public WidgetDelegateView, ...@@ -131,6 +131,7 @@ class ExamplesWindowContents : public WidgetDelegateView,
instance_ = this; instance_ = this;
combobox_->set_listener(this); combobox_->set_listener(this);
combobox_model_.SetExamples(examples.Pass()); combobox_model_.SetExamples(examples.Pass());
combobox_->ModelChanged();
set_background(Background::CreateStandardPanelBackground()); set_background(Background::CreateStandardPanelBackground());
GridLayout* layout = new GridLayout(this); GridLayout* layout = new GridLayout(this);
......
Markdown is supported
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