diff options
Diffstat (limited to 'views/controls/menu/native_menu_gtk.cc')
-rw-r--r-- | views/controls/menu/native_menu_gtk.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/controls/menu/native_menu_gtk.cc b/views/controls/menu/native_menu_gtk.cc index e816d49..2dd5fd4 100644 --- a/views/controls/menu/native_menu_gtk.cc +++ b/views/controls/menu/native_menu_gtk.cc @@ -143,6 +143,8 @@ void NativeMenuGtk::RunMenuAt(const gfx::Point& point, int alignment) { activate_factory_.NewRunnableMethod( &NativeMenuGtk::ProcessActivate)); } + + model_->MenuClosed(); } void NativeMenuGtk::CancelMenu() { |