Cancel did not reset uiprefs dialog to stored state
This commit is contained in:
parent
28034d2b86
commit
ba858503ad
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: uiprefs_w.cpp,v 1.8 2006-11-07 08:57:11 dockes Exp $ (C) 2005 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: uiprefs_w.cpp,v 1.9 2006-11-07 09:04:28 dockes Exp $ (C) 2005 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -65,6 +65,7 @@ void UIPrefsDialog::init()
|
|||||||
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
|
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
|
||||||
connect(buildAbsCB, SIGNAL(toggled(bool)),
|
connect(buildAbsCB, SIGNAL(toggled(bool)),
|
||||||
replAbsCB, SLOT(setEnabled(bool)));
|
replAbsCB, SLOT(setEnabled(bool)));
|
||||||
|
setFromPrefs();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update dialog state from stored prefs
|
// Update dialog state from stored prefs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user