Merge pull request from ligfx/fixcontrollerdialog

InputConfigDialog: use SelectObjectAsSource in UpdateBitmaps
This commit is contained in:
shuffle2 2016-10-15 22:45:27 -07:00 committed by GitHub
commit e30d31aa66
1 changed files with 1 additions and 1 deletions
Source/Core/DolphinWX

View File

@ -500,7 +500,7 @@ void InputConfigDialog::UpdateBitmaps(wxTimerEvent& WXUNUSED(event))
wxBitmap bitmap(g->static_bitmap->GetBitmap());
// NOTE: Selecting the bitmap inherits the bitmap's ScaleFactor onto the DC as well.
dc.SelectObject(bitmap);
dc.SelectObjectAsSource(bitmap);
dc.SetBackground(*wxWHITE_BRUSH);
dc.Clear();