From 9f0d62aa2fbc0ec822526b129070615696ac6881 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Wed, 4 Feb 2009 20:56:13 -0700 Subject: Changed NPC list dialog to selection wrap. Signed-off-by: Ira Rice --- src/gui/npclistdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/npclistdialog.cpp b/src/gui/npclistdialog.cpp index e6406422..7d8a362a 100644 --- a/src/gui/npclistdialog.cpp +++ b/src/gui/npclistdialog.cpp @@ -43,6 +43,7 @@ NpcListDialog::NpcListDialog(): setDefaultSize(0, 0, 260, 200); mItemList = new ListBox(this); + mItemList->setWrappingEnabled(true); scrollArea = new ScrollArea(mItemList); okButton = new Button(_("OK"), "ok", this); cancelButton = new Button(_("Cancel"), "cancel", this); -- cgit v1.2.3-70-g09d2