mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-13 18:30:02 +01:00
updated added random back in
This commit is contained in:
@@ -1678,10 +1678,10 @@ void AC_MainWindow::save_CustomFile() {
|
||||
}
|
||||
|
||||
void AC_MainWindow::setRandomFilterValue() {
|
||||
/*menu_cat->setCurrentIndex(0);
|
||||
menu_cat->setCurrentIndex(0);
|
||||
resetMenu();
|
||||
int index = rand()%ac::solo_filter.size();
|
||||
std::string filter_name = ac::solo_filter[index];
|
||||
int filter_index = ac::filter_map[filter_name];
|
||||
filters->setCurrentIndex(filter_index); */
|
||||
filters->setCurrentIndex(filter_index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user