Skip to content

Commit

Permalink
Remove repaint() call that was freezing LFPViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
medengineer committed Sep 28, 2021
1 parent d0c1462 commit de8abc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UI/NeuropixInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ void NeuropixInterface::stopAcquisition()

void NeuropixInterface::paint(Graphics& g)
{
probeBrowser->repaint();
//probeBrowser->repaint();

drawLegend(g);

Expand Down

0 comments on commit de8abc9

Please sign in to comment.