summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.c b/setup.c
index d87088d..a9135fb 100644
--- a/setup.c
+++ b/setup.c
@@ -7,9 +7,9 @@ cNopacitySetup::cNopacitySetup(void) {
Setup();
}
-cNopacitySetup::~cNopacitySetup() {
- config.SetFontName();
+cNopacitySetup::~cNopacitySetup(void) {
int start = cTimeMs::Now();
+ config.SetFontName();
geoManager->SetGeometry();
delete fontManager;
fontManager = new cFontManager();