From ed39c71b2b6b47931f352ca07b49f631d6bf713a Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 7 Feb 2010 17:10:39 -0700 Subject: Cleanup some memory issues --- src/gui/setup_video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/setup_video.cpp') 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); -- cgit v1.2.3-70-g09d2