Skip to content

Commit 622c41f

Browse files
committed
Always update ScrubberInterface before displaying
1 parent f753513 commit 622c41f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/Processors/FileReader/FileReaderEditor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ ScrubberInterface* FileReaderEditor::getScrubberInterface()
110110

111111
void FileReaderEditor::showScrubInterface (bool show)
112112
{
113+
if (show) scrubberInterface->update();
113114
scrubberInterface->setVisible (show);
114115

115116
int dX = scrubberInterface->getWidth();

0 commit comments

Comments
 (0)