Skip to content

Commit

Permalink
fix texteditor noy showing on first click
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero committed Apr 16, 2024
1 parent 75dbfff commit ddaf60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ActorContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,7 @@ ActorContainer::OpenTextEditor(const char *filepath)
if (txtwin == NULL)
{
txtwin = new gzb::TextEditorWindow(filepath);
txtwin->showing = true;
gzb::App::getApp().text_editors.push_back(txtwin);
}
else
Expand Down

0 comments on commit ddaf60c

Please sign in to comment.