summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/controls/native/native_view_host_gtk.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/controls/native/native_view_host_gtk.cc b/views/controls/native/native_view_host_gtk.cc
index 8e566c6..6143113 100644
--- a/views/controls/native/native_view_host_gtk.cc
+++ b/views/controls/native/native_view_host_gtk.cc
@@ -141,6 +141,7 @@ void NativeViewHostGtk::ShowWidget(int x, int y, int w, int h) {
gtk_fixed_move(GTK_FIXED(fixed_), host_->native_view(), child_x, child_y);
gtk_widget_show(fixed_);
+ gtk_widget_show(host_->native_view());
}
void NativeViewHostGtk::HideWidget() {