diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-02-07 17:10:39 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-02-07 17:10:39 -0700 |
commit | ed39c71b2b6b47931f352ca07b49f631d6bf713a (patch) | |
tree | b66630214ae3b84aa5e8cb910c2801b2a610012b /src/gui/setup_video.cpp | |
parent | dca3a657c821925b6a3d6776e7cdcb35608989fe (diff) | |
download | mana-ed39c71b2b6b47931f352ca07b49f631d6bf713a.tar.gz mana-ed39c71b2b6b47931f352ca07b49f631d6bf713a.tar.bz2 mana-ed39c71b2b6b47931f352ca07b49f631d6bf713a.tar.xz mana-ed39c71b2b6b47931f352ca07b49f631d6bf713a.zip |
Cleanup some memory issues
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r-- | src/gui/setup_video.cpp | 2 |
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); |