Skip to content

Commit

Permalink
bookmarks: fix new tag inertion
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Nov 13, 2024
1 parent 24ca475 commit c8d4eb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qtgui/bookmarkstaglist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,10 @@ bool BookmarksTagList::RenameSelectedTag()

void BookmarksTagList::AddNewTag()
{
m_bUpdating = true;
AddTag("*new*");
scrollToBottom();
m_bUpdating = false;
editItem(item(rowCount()-1, 1));
}

Expand Down

0 comments on commit c8d4eb5

Please sign in to comment.