#TTimo/GtkRadiant/issues/608 Populate the texture name if only one texture is used in faces list.

This commit is contained in:
Jay Dolan 2018-03-16 13:34:47 -04:00
parent 10c8947901
commit f1e2b7862b
1 changed files with 4 additions and 0 deletions

View File

@ -300,6 +300,10 @@ static void PopulateTextureComboList(){
}
g_list_free( items );
// If the texture name is not conflicting for the faces list, select the newly added item
if ( !is_TextureName_conflicting ) {
gtk_combo_box_set_active( GTK_COMBO_BOX( texture_combo ), 0);
}
}
static void GetTexdefInfo_from_Radiant(){