Skip to content

Commit

Permalink
fix(zq): combo animations not resetting after using combo selector in…
Browse files Browse the repository at this point in the history
… dialogs
  • Loading branch information
EmilyV99 authored and connorjclark committed Feb 6, 2024
1 parent 6d260c7 commit 99ab2ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zq/gui/selcombo_swatch.cpp
Expand Up @@ -43,6 +43,8 @@ int32_t newg_selcombo_proc(int32_t msg,DIALOG *d,int32_t)
{
d->d1 = cmb;
d->d2 = cs;
reset_combo_animations();
reset_combo_animations2();
GUI_EVENT(d, geCHANGE_SELECTION);
return D_REDRAW;
}
Expand Down

0 comments on commit 99ab2ae

Please sign in to comment.