Skip to content

Commit

Permalink
Merge pull request #8643 from jordan-woyak/mapping-race-fix
Browse files Browse the repository at this point in the history
InputCommon/DolphinQt: Mapping related race fixes and cleanups.
  • Loading branch information
spycrab authored Feb 25, 2020
2 parents 25d5f0d + 6b109bd commit 459b472
Show file tree
Hide file tree
Showing 9 changed files with 389 additions and 467 deletions.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ void InputStateDelegate::paint(QPainter* painter, const QStyleOptionViewItem& op
rect.setWidth(rect.width() * std::clamp(state, 0.0, 1.0));

// Create a temporary indicator object to retreive color constants.
MappingIndicator indicator(nullptr);
MappingIndicator indicator;

painter->save();

Expand Down
Loading

0 comments on commit 459b472

Please sign in to comment.