mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
#TTimo/GtkRadiant/issues/608 Populate the texture name if only one texture is used in faces list.
This commit is contained in:
parent
10c8947901
commit
f1e2b7862b
1 changed files with 4 additions and 0 deletions
|
@ -300,6 +300,10 @@ static void PopulateTextureComboList(){
|
||||||
}
|
}
|
||||||
g_list_free( items );
|
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(){
|
static void GetTexdefInfo_from_Radiant(){
|
||||||
|
|
Loading…
Reference in a new issue