Force a redraw.
Just like the last commit it looks like it's hiding another bug.
This commit is contained in:
parent
d8fd44ce8d
commit
6e697cf6ed
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue