Skip to content

Commit

Permalink
Fixed bug where images for scanlines weren't marked as used in the cu…
Browse files Browse the repository at this point in the history
…rrent frame
  • Loading branch information
azonenberg committed Nov 21, 2024
1 parent c71bc9f commit e0dd8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ngscopeclient/ProtocolAnalyzerDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ void ProtocolAnalyzerDialog::DoImageColumn(Packet* pack, vector<RowData>& rows,

//Actually draw it
auto tex = rows[nrow].m_texture;
m_parent.AddTextureUsedThisFrame(tex);
list->AddImage(
tex->GetTexture(),
pos,
Expand Down

0 comments on commit e0dd8c5

Please sign in to comment.