Skip to content

Commit

Permalink
#3581 #3563 Fix callback deletion not working
Browse files Browse the repository at this point in the history
  • Loading branch information
akleshchev committed Feb 19, 2025
1 parent 8114850 commit 41368a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/llui/llfolderview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ void LLFolderView::onIdleUpdateMenu(void* user_data)
self->updateMenuOptions(menu);
menu->needsArrange(); // update menu height if needed
}
gIdleCallbacks.deleteFunction(onIdleUpdateMenu, NULL);
gIdleCallbacks.deleteFunction(onIdleUpdateMenu, self);
}

bool LLFolderView::isFolderSelected()
Expand Down

0 comments on commit 41368a9

Please sign in to comment.