From 4f20c92940b9cbb8e87d0765860a81eb3f7d2733 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 02:53:30 +0300 Subject: Add palette inheritance to textbox class. --- src/gui/speechbubble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/speechbubble.cpp') 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); -- cgit v1.2.3-60-g2f50