Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Aug 15, 2024
1 parent 9f97337 commit 7888856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7888856

Please sign in to comment.