gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
771 stars 179 forks source link

GLideNUI: fix creation of profiles #2732

Closed Rosalie241 closed 1 year ago

Rosalie241 commented 1 year ago

Creating a profile in GLideNUI didn't work because currentIndexChanged is the wrong event signal/slot, it should be currentTextChanged, which fixes the issue and allows people to create profiles again.

See the documentation: https://doc.qt.io/qt-6/qcombobox.html#currentIndexChanged and https://doc.qt.io/qt-6/qcombobox.html#currentTextChanged