X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=radiant%2Fentitylist.cpp;h=8f677c2fef4e96214a5f5bea5402da81df94ed0f;hp=8b6a4690fbd69c798f704f63774a4fec111a3ba6;hb=6e9818d9cddf3880d001a544770c8c2c5187676f;hpb=f92114c3f8baaedf9e0a4ff21141e9349d838f5c diff --git a/radiant/entitylist.cpp b/radiant/entitylist.cpp index 8b6a4690..8f677c2f 100644 --- a/radiant/entitylist.cpp +++ b/radiant/entitylist.cpp @@ -244,7 +244,7 @@ void entitylist_treeview_row_expanded( GtkTreeView* view, GtkTreeIter* iter, Gtk void EntityList_SetShown( bool shown ){ - widget_set_visible( getEntityList().m_window, shown ); + getEntityList().m_window.visible(shown); } void EntityList_toggleShown(){