fix iOS text input and export ppbr

This commit is contained in:
2019-09-19 15:25:33 +02:00
parent 77a3bdde03
commit b8c646f748
6 changed files with 27 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ public:
NodeButton* btn_header_clear;
NodeButton* btn_header_gen;
NodeImageTexture* img_header;
Image m_header_image;
std::shared_ptr<Image> m_header_image;
NodeText* txt_header_descr;
NodeText* txt_author;
NodeText* txt_descr;