Skip to content

Commit

Permalink
bugfix: remove stray flag pop call
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Oct 8, 2024
1 parent ebb07f3 commit 53481f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/widget_recentcollect.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ recently_used_collections()
if(nk_button_text(&vkdt.ctx, "", 0))
{
dt_gui_switch_collection(dir);
nk_style_pop_flags(&vkdt.ctx);
return 1; // return immediately since switching collections invalidates dir (by sorting/compacting the gui/ruc_num entries)
}
recently_used_collections_draw(bounds, dir, &f);
Expand Down

0 comments on commit 53481f3

Please sign in to comment.