ossp-pkg/as/as-gui/as_gui.cpp 1.18 -> 1.19
--- as_gui.cpp 2002/11/24 17:56:54 1.18
+++ as_gui.cpp 2002/11/24 20:39:32 1.19
@@ -38,6 +38,7 @@
// Abstractly build main widgets
try {
+ setupPrefs();
setupActions();
setupMenubar();
setupFiletools();
@@ -46,7 +47,6 @@
setupTable();
setupEditlay();
setupButtons();
- setupPrefs();
}
catch (Genexcept& Genex) {
Genex.reportErr();
@@ -63,4 +63,6 @@
Titraqform::~Titraqform(void)
{
// Qt deletes child widgets for us
+ m_pPrefs->flush();
+ delete m_pPrefs;
}
|
|