Automatically scroll the SettingsView to ensure the focused item is visible

Also removed old manual scrolling code from SdlGamepadKeyNavigation as it was broken on Qt 6 anyway.
This commit is contained in:
Cameron Gutman
2023-09-11 00:08:20 -05:00
parent e9ed4940cd
commit 2f9c44103b
3 changed files with 44 additions and 42 deletions
-1
View File
@@ -24,7 +24,6 @@ public:
private:
void sendKey(QEvent::Type type, Qt::Key key, Qt::KeyboardModifiers modifiers = Qt::NoModifier);
void sendWheel(QPoint& angleDelta);
private slots:
void onPollingTimerFired();