From d59cd9111c1e86b224ea62cc975c49b157e2b3cf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 23:56:04 +0300 Subject: Add to some controls palette inheritance from other controls. --- src/gui/textcommandeditor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/textcommandeditor.cpp') diff --git a/src/gui/textcommandeditor.cpp b/src/gui/textcommandeditor.cpp index ceec14f4c..53c638e45 100644 --- a/src/gui/textcommandeditor.cpp +++ b/src/gui/textcommandeditor.cpp @@ -178,17 +178,17 @@ TextCommandEditor::TextCommandEditor(TextCommand *const command) : mCommentTextField(new TextField), mTargetTypeModel(new TargetTypeModel), mTypeLabel(new Label(_("Target Type:"))), - mTypeDropDown(new DropDown(mTargetTypeModel)), + mTypeDropDown(new DropDown(this, mTargetTypeModel)), mIconsModal(new IconsModal), mIconLabel(new Label(_("Icon:"))), - mIconDropDown(new DropDown(mIconsModal)), + mIconDropDown(new DropDown(this, mIconsModal)), mManaLabel(new Label(_("Mana:"))), mManaField(new IntTextField(0)), mMagicLvlLabel(new Label(_("Magic level:"))), mMagicLvlField(new IntTextField(0)), mMagicSchoolModel(new MagicSchoolModel), mSchoolLabel(new Label(_("Magic School:"))), - mSchoolDropDown(new DropDown(mMagicSchoolModel)), + mSchoolDropDown(new DropDown(this, mMagicSchoolModel)), mSchoolLvlLabel(new Label(_("School level:"))), mSchoolLvlField(new IntTextField(0)), mCancelButton(new Button(_("Cancel"), "cancel", this)), -- cgit v1.2.3-60-g2f50