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
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
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();
}