mirror of https://github.com/PCSX2/pcsx2.git
Configuration panel: bugfix: "Apply" button was enabled when the dialog opens. Now starts disabled, and only enabled after actual changes to the panel.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4626 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
a70fec55f7
commit
03d288cc93
|
@ -155,7 +155,7 @@ void Panels::GSWindowSettingsPanel::ApplyConfigToGui( AppConfig& configToApply,
|
|||
m_check_SizeLock ->SetValue( conf.DisableResizeBorders );
|
||||
|
||||
m_combo_AspectRatio ->SetSelection( (int)conf.AspectRatio );
|
||||
m_text_Zoom ->SetValue( conf.Zoom.ToString() );
|
||||
m_text_Zoom ->ChangeValue( conf.Zoom.ToString() );
|
||||
|
||||
m_check_DclickFullscreen ->SetValue ( conf.IsToggleFullscreenOnDoubleClick );
|
||||
|
||||
|
|
Loading…
Reference in New Issue