mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt: Make dialogues more consistent
This commit is contained in:
@ -137,7 +137,7 @@ void ARCodeWidget::OnCodeAddPressed()
|
||||
ActionReplay::ARCode ar;
|
||||
ar.active = true;
|
||||
|
||||
CheatCodeEditor ed;
|
||||
CheatCodeEditor ed(this);
|
||||
|
||||
ed.SetARCode(&ar);
|
||||
|
||||
@ -165,7 +165,7 @@ void ARCodeWidget::OnCodeEditPressed()
|
||||
|
||||
ActionReplay::ARCode ar = current_ar;
|
||||
|
||||
CheatCodeEditor ed;
|
||||
CheatCodeEditor ed(this);
|
||||
|
||||
ed.SetARCode(user_defined ? ¤t_ar : &ar);
|
||||
ed.exec();
|
||||
|
Reference in New Issue
Block a user