mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Make one constructor only for views
Change-Id: I304a49995beb59071dd88fcfad8715bdb58e6685
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
#include <escher/pointer_text_view.h>
|
||||
|
||||
PointerTextView::PointerTextView() :
|
||||
TextView(),
|
||||
m_textPointer(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
PointerTextView::PointerTextView(const char * text, float horizontalAlignment, float verticalAlignment,
|
||||
KDColor textColor, KDColor backgroundColor) :
|
||||
TextView(horizontalAlignment, verticalAlignment, textColor, backgroundColor),
|
||||
|
||||
Reference in New Issue
Block a user