umyelab / LabGym

Quantify user-defined behaviors.
GNU General Public License v3.0
64 stars 5 forks source link

Add exit condition for FPS dialog in preprocessing module #77

Closed rohansatapathy closed 10 months ago

rohansatapathy commented 10 months ago

When I was writing the FPS dialog, I forgot to add a condition that closes the dialog if the "Cancel" button is pressed, which caused the dialog to keep reappearing. This change fixes that bug so that the dialog disappears as intended when "Cancel" is pressed.