Skip to content

Commit 459b472

Browse files
authored
Merge pull request dolphin-emu#8643 from jordan-woyak/mapping-race-fix
InputCommon/DolphinQt: Mapping related race fixes and cleanups.
2 parents 25d5f0d + 6b109bd commit 459b472

File tree

9 files changed

+389
-467
lines changed

9 files changed

+389
-467
lines changed

Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ void InputStateDelegate::paint(QPainter* painter, const QStyleOptionViewItem& op
544544
rect.setWidth(rect.width() * std::clamp(state, 0.0, 1.0));
545545

546546
// Create a temporary indicator object to retreive color constants.
547-
MappingIndicator indicator(nullptr);
547+
MappingIndicator indicator;
548548

549549
painter->save();
550550

0 commit comments

Comments
 (0)