summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-30 13:17:52 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-30 13:17:52 +0300
commit74f89c500d278b6ac668c313b63d0f1e76f4acaf (patch)
treefe401dc562916edfaae0c060b661ccb383be9722 /src/being/being.cpp
parentcf383ed98ff41b6086325b168e5f750b6f87d72e (diff)
downloadmv-74f89c500d278b6ac668c313b63d0f1e76f4acaf.tar.gz
mv-74f89c500d278b6ac668c313b63d0f1e76f4acaf.tar.bz2
mv-74f89c500d278b6ac668c313b63d0f1e76f4acaf.tar.xz
mv-74f89c500d278b6ac668c313b63d0f1e76f4acaf.zip
fix overhead text popups order. Now it drawed always below any windows.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 2640379aa..439cbd2c9 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -1789,6 +1789,7 @@ void Being::drawSpeech(const int offsetX, const int offsetY)
mSpeechBubble->setPosition(px - (mSpeechBubble->getWidth() / 2),
py - getHeight() - (mSpeechBubble->getHeight()));
mSpeechBubble->setVisible(true);
+ mSpeechBubble->requestMoveToBackground();
}
else if (mSpeechTime > 0 && speech == TEXT_OVERHEAD)
{