mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[escher] Make one constructor only for views
Change-Id: I304a49995beb59071dd88fcfad8715bdb58e6685
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
BufferTextView::BufferTextView() :
|
||||
TextView(0.5f, 0.5f, KDColorBlack, KDColorWhite)
|
||||
{
|
||||
}
|
||||
|
||||
BufferTextView::BufferTextView(float horizontalAlignment, float verticalAlignment,
|
||||
KDColor textColor, KDColor backgroundColor) :
|
||||
TextView(horizontalAlignment, verticalAlignment, textColor, backgroundColor)
|
||||
|
||||
Reference in New Issue
Block a user