diff options
Diffstat (limited to 'src/gui/popups')
-rw-r--r-- | src/gui/popups/speechbubble.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/popups/speechbubble.cpp b/src/gui/popups/speechbubble.cpp index 382d3c93c..1ae67fb99 100644 --- a/src/gui/popups/speechbubble.cpp +++ b/src/gui/popups/speechbubble.cpp @@ -79,7 +79,6 @@ void SpeechBubble::setText(const std::string &text, const bool showName) int width = mCaption->getWidth(); mSpeechBox->clearRows(); mSpeechBox->addRow(text); - mSpeechBox->setWidth(mSpeechBox->getDataWidth()); mSpeechBox->updateHeight(); const int speechWidth = mSpeechBox->getWidth(); |