- All dialogs created by SchedulablesTreeWidget are now inializated only when needed
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@967 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
a4bde96a7b
commit
685a6d84f0
3 changed files with 44 additions and 40 deletions
|
@ -107,9 +107,9 @@ AddRequestDialog::run_add(Thread& owner)
|
|||
Request* r = NULL;
|
||||
|
||||
// reset the dialog data
|
||||
_list_model->clear();
|
||||
_instant_spin->set_value(0.0);
|
||||
_duration_spin->set_value(0.0);
|
||||
// _list_model->clear();
|
||||
// _instant_spin->set_value(0.0);
|
||||
// _duration_spin->set_value(0.0);
|
||||
|
||||
if(run() == RESPONSE_OK)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue