From: <sag...@us...> - 2015-02-26 23:26:11
|
Revision: 4794 http://sourceforge.net/p/modplug/code/4794 Author: saga-games Date: 2015-02-26 23:25:59 +0000 (Thu, 26 Feb 2015) Log Message: ----------- [Fix] Fix crashes introduced in previous commit Modified Paths: -------------- trunk/OpenMPT/mptrack/View_gen.cpp Modified: trunk/OpenMPT/mptrack/View_gen.cpp =================================================================== --- trunk/OpenMPT/mptrack/View_gen.cpp 2015-02-26 23:11:17 UTC (rev 4793) +++ trunk/OpenMPT/mptrack/View_gen.cpp 2015-02-26 23:25:59 UTC (rev 4794) @@ -487,7 +487,6 @@ m_sbValue.EnableWindow(TRUE); m_sbDryRatio.EnableWindow(TRUE); GetDlgItem(IDC_EDIT14)->EnableWindow(TRUE); - GetDlgItem(IDC_BUTTON3)->EnableWindow(TRUE); } else { s[0] = 0; @@ -504,7 +503,6 @@ m_sbValue.EnableWindow(FALSE); m_sbDryRatio.EnableWindow(FALSE); GetDlgItem(IDC_EDIT14)->EnableWindow(FALSE); - GetDlgItem(IDC_BUTTON3)->EnableWindow(FALSE); } SetDlgItemText(IDC_TEXT6, s); int outputsel = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |