Skip to content

Commit

Permalink
Merge pull request mixxxdj#1733 from ferranpujolcamins/crossfader-pre…
Browse files Browse the repository at this point in the history
…f-update-graph-when-changing-type

Fix crossfader preferences graph not being updated on type change
  • Loading branch information
daschuer authored Jul 1, 2018
2 parents b843b7e + 95eddf8 commit 1847263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preferences/dialog/dlgprefcrossfader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ void DlgPrefCrossfader::drawXfaderDisplay()

graphicsViewXfader->setScene(m_pxfScene);
graphicsViewXfader->show();
graphicsViewXfader->repaint();
}

// Update and save the crossfader's parameters from the dialog's widgets.
Expand Down

0 comments on commit 1847263

Please sign in to comment.