tpecholt / imrad

ImRAD is a GUI builder for the ImGui library
GNU General Public License v3.0
872 stars 26 forks source link

Button `nextColumn` parameter decrementing from 0 will freeze the program #37

Closed MaKiPL closed 1 day ago

MaKiPL commented 1 week ago

There's a reproducable program freeze when tweaking the nextColumn parameter on Button (and probably other controls).

  1. Put button on layout
  2. Scroll to nextColumn parameter. It should show 0 by default
  3. Click on - to decrement the value
  4. Observer the program freezing
tpecholt commented 1 day ago

Thanks for reporting it.