mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-24 18:31:36 +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 );
|
Sys_UpdateWindows( W_ALL );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue