Bug fix for Qt nametable viewer not always updating as it should.
This commit is contained in:
parent
1307adc115
commit
f2c898f4c3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue