mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Fix axial button click crash
This commit is contained in:
parent
d91edda475
commit
74a1d9bc17
1 changed files with 3 additions and 1 deletions
|
@ -1502,6 +1502,8 @@ static void on_axial_button_clicked( GtkButton *button, gpointer user_data ){
|
|||
}
|
||||
}
|
||||
|
||||
SetTexdef_FaceList( get_texdef_face_list(), FALSE, TRUE );
|
||||
if ( !texdef_face_list_empty() ) {
|
||||
SetTexdef_FaceList( get_texdef_face_list(), FALSE, TRUE );
|
||||
}
|
||||
Sys_UpdateWindows( W_ALL );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue