mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[escher] Initiate the buffer to "" in buffer text view
Change-Id: Ib197d9a70261811d7dcb778cf91d17b4670ea5e9
This commit is contained in:
@@ -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("")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user