Renamed function

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-06-28 18:41:47 +03:00
parent 8f9bd9617f
commit 0008b22d8b
3 changed files with 8 additions and 5 deletions

View File

@ -927,7 +927,7 @@ void MainWindow::onCatToggled(bool state)
void MainWindow::setCatBackground(bool enabled)
{
view->setCatVisible(enabled);
view->setPaintCat(enabled);
view->viewport()->repaint();
}