diff options
Diffstat (limited to 'src/gui/popups')
-rw-r--r-- | src/gui/popups/speechbubble.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/popups/speechbubble.cpp b/src/gui/popups/speechbubble.cpp index cbfafba5d..e1840f260 100644 --- a/src/gui/popups/speechbubble.cpp +++ b/src/gui/popups/speechbubble.cpp @@ -58,6 +58,7 @@ void SpeechBubble::postInit() Popup::postInit(); add(mCaption); add(mSpeechBox); + requestMoveToBackground(); } void SpeechBubble::setCaption(const std::string &name, |