mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[escher] Make one constructor only for views
Change-Id: I304a49995beb59071dd88fcfad8715bdb58e6685
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#include <escher/text_view.h>
|
||||
|
||||
TextView::TextView() : TextView(0.0f, 0.0f, KDColorBlack, KDColorWhite)
|
||||
{
|
||||
}
|
||||
|
||||
TextView::TextView(float horizontalAlignment, float verticalAlignment,
|
||||
KDColor textColor, KDColor backgroundColor) :
|
||||
View(),
|
||||
|
||||
Reference in New Issue
Block a user