diff options
-rw-r--r-- | views/controls/table/native_table_gtk.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/controls/table/native_table_gtk.cc b/views/controls/table/native_table_gtk.cc index 4709cf2..e8f631f 100644 --- a/views/controls/table/native_table_gtk.cc +++ b/views/controls/table/native_table_gtk.cc @@ -270,6 +270,8 @@ void NativeTableGtk::CreateNativeControl() { // Updates the gtk model with the actual model. if (table_->model()) OnRowsAdded(0, table_->model()->RowCount()); + + gtk_widget_show_all(native_view()); } void NativeTableGtk::InsertTextColumn(const TableColumn& column, int index) { |