summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-08 22:31:38 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-08 22:31:38 +0100
commitbc5c031e43eff506c925682349dd2a52b89d6565 (patch)
tree6c429dfa2386fcde5e1e9b8f8994dc8bd77b0b2f /src/gui/setup_video.cpp
parented39c71b2b6b47931f352ca07b49f631d6bf713a (diff)
downloadmana-client-bc5c031e43eff506c925682349dd2a52b89d6565.tar.gz
mana-client-bc5c031e43eff506c925682349dd2a52b89d6565.tar.bz2
mana-client-bc5c031e43eff506c925682349dd2a52b89d6565.tar.xz
mana-client-bc5c031e43eff506c925682349dd2a52b89d6565.zip
Delete models explicitly rather than relying on booleans
It is more clear in the end. Also fixed deleting of the mode list model.
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r--src/gui/setup_video.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index 9c6c8dad..20ad23e0 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -236,7 +236,8 @@ Setup_Video::Setup_Video():
particleDetailLabel = new Label(_("Particle detail"));
fontSizeLabel = new Label(_("Font size"));
- mFontSizeDropDown = new DropDown(new FontSizeChoiceListModel, true);
+ mFontSizeListModel = new FontSizeChoiceListModel;
+ mFontSizeDropDown = new DropDown(mFontSizeListModel);
mModeList->setEnabled(true);
@@ -346,6 +347,12 @@ Setup_Video::Setup_Video():
setDimension(gcn::Rectangle(0, 0, 365, 300));
}
+Setup_Video::~Setup_Video()
+{
+ delete mModeListModel;
+ delete mFontSizeListModel;
+}
+
void Setup_Video::apply()
{
// Full screen changes