mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 00:29:11 +01:00
e06a62d9d1
Changed itemSelectionChanged and itemClicked signal to itemPressed in CodeWidget. Holding mouse down and moving will only travel up/down the stack one time. This fixes the common occurrence of unintentionally traveling deeper down the stack or higher up the callstack than intended.