[escher] Initiate the buffer to "" in buffer text view

Change-Id: Ib197d9a70261811d7dcb778cf91d17b4670ea5e9
This commit is contained in:
Émilie Feral
2017-05-03 17:03:11 +02:00
parent 951f959226
commit 73213435f0

View File

@@ -4,7 +4,8 @@
BufferTextView::BufferTextView(KDText::FontSize size, float horizontalAlignment, float verticalAlignment,
KDColor textColor, KDColor backgroundColor) :
TextView(size, horizontalAlignment, verticalAlignment, textColor, backgroundColor)
TextView(size, horizontalAlignment, verticalAlignment, textColor, backgroundColor),
m_buffer("")
{
}