From 6b9e75dbb02912bac23746abfddeb558c6c698ee Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 5 Feb 2016 22:49:42 +0300 Subject: Allow to show images in npc dialogs. --- src/gui/windows/npcdialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/windows/npcdialog.cpp') diff --git a/src/gui/windows/npcdialog.cpp b/src/gui/windows/npcdialog.cpp index 60c8f06d6..585e8ab2f 100644 --- a/src/gui/windows/npcdialog.cpp +++ b/src/gui/windows/npcdialog.cpp @@ -172,6 +172,7 @@ NpcDialog::NpcDialog(const BeingId npcId) : mTextBox->setFont(gui->getNpcFont()); mTextBox->setEnableKeys(true); mTextBox->setEnableTabs(true); + mTextBox->setEnableImages(true); mScrollArea->setHorizontalScrollPolicy(ScrollArea::SHOW_NEVER); mScrollArea->setVerticalScrollPolicy(ScrollArea::SHOW_ALWAYS); -- cgit v1.2.3-60-g2f50