mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-13 00:24:29 +00:00
Merge pull request #430 from Pan7/axialcrash
Fix axial button click crash
This commit is contained in:
commit
044c0b6156
1 changed files with 3 additions and 1 deletions
|
@ -1515,6 +1515,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