summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-20 02:53:30 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-20 13:55:43 +0300
commit4f20c92940b9cbb8e87d0765860a81eb3f7d2733 (patch)
tree94bb2372a80b65e39751ddac3bcfb861beb837af /src/gui/speechbubble.cpp
parent015b14f8e60d64da2999da9c753af62ec1ffdf72 (diff)
downloadManaVerse-4f20c92940b9cbb8e87d0765860a81eb3f7d2733.tar.gz
ManaVerse-4f20c92940b9cbb8e87d0765860a81eb3f7d2733.tar.bz2
ManaVerse-4f20c92940b9cbb8e87d0765860a81eb3f7d2733.tar.xz
ManaVerse-4f20c92940b9cbb8e87d0765860a81eb3f7d2733.zip
Add palette inheritance to textbox class.
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r--src/gui/speechbubble.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp
index 453408229..2bd601110 100644
--- a/src/gui/speechbubble.cpp
+++ b/src/gui/speechbubble.cpp
@@ -36,7 +36,7 @@
SpeechBubble::SpeechBubble() :
Popup("Speech", "speechbubble.xml"),
mCaption(new Label(this)),
- mSpeechBox(new TextBox)
+ mSpeechBox(new TextBox(this))
{
setContentSize(140, 46);
setMinWidth(29);