mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-11 17:30:02 +01:00
now has next/prev with keystroke
This commit is contained in:
@@ -1725,5 +1725,9 @@ void AC_MainWindow::next_filter() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void AC_MainWindow::prev_filter() {
|
void AC_MainWindow::prev_filter() {
|
||||||
|
int index = filters->currentIndex();
|
||||||
|
if(index > 0) {
|
||||||
|
--index;
|
||||||
|
filters->setCurrentIndex(index);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user