Commit 8677540a authored by Oleg Korshul's avatar Oleg Korshul

.

parent f4ceac5b
......@@ -1452,6 +1452,6 @@ void MainWindow::stateChanged_DJVU_ALL(bool)
{
bool bIsVal = ui->checkBoxDJVU_ALL->isChecked();
ui->checkBoxPDF->setChecked(bIsVal);
ui->checkBoxXLS->setChecked(bIsVal);
ui->checkBoxXPS->setChecked(bIsVal);
ui->checkBoxDJVU->setChecked(bIsVal);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment