mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fix the red dot not showing up in input config when pointing right.
This commit is contained in:
@@ -163,7 +163,7 @@ static void DrawControlGroupBox(wxDC &dc, ControlGroupBox *g)
|
||||
}
|
||||
|
||||
// adjusted dot
|
||||
if (x != 0 && y != 0)
|
||||
if (x != 0 || y != 0)
|
||||
{
|
||||
dc.SetPen(*wxRED_PEN);
|
||||
dc.SetBrush(*wxRED_BRUSH);
|
||||
|
||||
Reference in New Issue
Block a user