wx second run fix: fixed width of list views

This commit is contained in:
Volker Ruppert 2013-02-24 12:12:11 +00:00
parent 745b1bef84
commit b0d8d898c0

View File

@ -2131,6 +2131,7 @@ bx_bool OSInit()
argvp = argv;
argc = 1;
CurXSize = 0;
if (!SIM->is_wx_selected()) {
// you MUST call gtk_init, even with faked arguments, because it inits GDK and Glib
if (gtk_init_check(&argc, &argvp) == FALSE) {