summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-02-07 17:10:39 -0700
committerJared Adams <jaxad0127@gmail.com>2010-02-07 17:10:39 -0700
commited39c71b2b6b47931f352ca07b49f631d6bf713a (patch)
treeb66630214ae3b84aa5e8cb910c2801b2a610012b /src/gui/setup_video.cpp
parentdca3a657c821925b6a3d6776e7cdcb35608989fe (diff)
downloadmana-client-ed39c71b2b6b47931f352ca07b49f631d6bf713a.tar.gz
mana-client-ed39c71b2b6b47931f352ca07b49f631d6bf713a.tar.bz2
mana-client-ed39c71b2b6b47931f352ca07b49f631d6bf713a.tar.xz
mana-client-ed39c71b2b6b47931f352ca07b49f631d6bf713a.zip
Cleanup some memory issues
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r--src/gui/setup_video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index 4a5a1d9a..9c6c8dad 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -236,7 +236,7 @@ Setup_Video::Setup_Video():
particleDetailLabel = new Label(_("Particle detail"));
fontSizeLabel = new Label(_("Font size"));
- mFontSizeDropDown = new DropDown(new FontSizeChoiceListModel);
+ mFontSizeDropDown = new DropDown(new FontSizeChoiceListModel, true);
mModeList->setEnabled(true);