From 788885697517dabe68f81c3f59d64649e708bfac Mon Sep 17 00:00:00 2001 From: user666 Date: Thu, 15 Aug 2024 13:15:02 +0400 Subject: [PATCH] idk --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a5d614e..8c0afbd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -476,7 +476,7 @@ class IssueCommentItem : public CCLayer { //edit auto comment_edit_input = TextInput::create(240.f, "..."); comment_edit_input->setString(mdarea->getString()); - comment_edit_input->setVisible(0); + comment_edit_input->setPositionX(999.0f); this->addChild(comment_edit_input, 1); auto comment_edit = CCMenuItemExt::createTogglerWithFilename( "comment_upload.png"_spr, "comment_edit.png"_spr, 0.7f,