Skip to content

Commit

Permalink
Github Issue #126: Fixed the crashing issue if the first action taken…
Browse files Browse the repository at this point in the history
… after opening the app is opening up a link
  • Loading branch information
AngryFender committed Jan 26, 2024
1 parent bcc1840 commit 3c093e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ bool MkEdit::isMouseOnCheckBox(QMouseEvent *e)
int pos = (*it).first;
removeAllMkDataFunc(this->textCursor().blockNumber());
applyMkEffects(false);
preUndoSetup();
connectSignals();
emit pushLink(pos);
fileSaveWithScroll(false);
Expand Down

0 comments on commit 3c093e9

Please sign in to comment.