Force a redraw.

Just like the last commit it looks like it's hiding another bug.
This commit is contained in:
Mark de Wever 2009-10-11 15:08:49 +00:00
parent d8fd44ce8d
commit 6e697cf6ed

View file

@ -191,6 +191,9 @@ void tmp_connect::show_server_list(twindow& window)
if(dlg.get_retval() == twindow::OK) {
host_name_->set_widget_value(window, dlg.host_name());
}
/** @todo FIXME hack to force redraw. */
window.invalidate_layout();
}
/*WIKI