- Hide JumpTo progress dialog automatically on_response_event. Doesn't fix the previous bug.

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1114 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-12 20:23:31 +00:00
parent 0fe1e13ef9
commit cf4b4d050e
2 changed files with 1 additions and 3 deletions

View file

@ -96,9 +96,6 @@ GuiBuilder::on_simulation_jump_to_clicked()
jump_to_dialog->set_transient_for(get_initial_window());
jump_to_dialog->set_target_instant(target_instant);
jump_to_dialog->run();
jump_to_dialog->hide();
delete jump_to_dialog;
}
void