Skip to content

Commit

Permalink
fix crash regression of latest changes to restor excat vertical scrol…
Browse files Browse the repository at this point in the history
…ling of text
  • Loading branch information
giuspen committed Mar 13, 2021
1 parent 5c91548 commit 1c4dfc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ct/ct_treestore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ CtTreeStore::CtTreeStore(CtMainWin* pCtMainWin)
CtTreeStore::~CtTreeStore()
{
_iter_delete_anchored_widgets(_rTreeStore->children());
for (sigc::connection& sigc_conn : _curr_node_sigc_conn) {
sigc_conn.disconnect();
}
}

void CtTreeStore::pending_rm_db_nodes(const std::vector<gint64>& node_ids)
Expand Down

0 comments on commit 1c4dfc5

Please sign in to comment.