Bug fix for Qt nametable viewer not always updating as it should.

This commit is contained in:
mjbudd77 2021-02-05 15:39:52 -05:00
parent 1307adc115
commit f2c898f4c3
1 changed files with 1 additions and 0 deletions

View File

@ -537,6 +537,7 @@ void ppuNameTableViewerDialog_t::periodicUpdate(void)
this->selTileView->setTile( ntView->getSelTable(), p.x(), p.y() );
this->selTileView->update();
this->ntView->update();
this->scrollArea->viewport()->update();
redrawtables = false;