Romain Failliot 427ce8dcef ui: fix crash when closing configure window
This crash happens 100% of the time (on Linux at least), you just need
to open the configure window and click OK.

It seems to happen when the tabs are destroyed and once all the tabs are
destroyed, a final signal is sent with `index == -1`. So `debug_tab_tab`
doesn't exist anymore when this happens, so the crash.
2021-10-15 17:43:30 -04:00
..
2018-10-02 15:30:48 +02:00
2018-10-02 15:30:48 +02:00
2018-01-13 23:11:51 +00:00
2020-08-26 02:32:32 -04:00