From 9ca7dd5c627a9c579a02dc7fe5ed9adc32f1cdb0 Mon Sep 17 00:00:00 2001 From: chiepomme Date: Sun, 20 Apr 2014 23:36:35 +0900 Subject: [PATCH] =?UTF-8?q?reaper.exe=20=E3=81=AE=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=83=9C=E3=83=83?= =?UTF-8?q?=E3=82=AF=E3=82=B9=E3=81=A7=E7=9B=B4=E6=8E=A5=E8=A1=8C=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E5=A0=B4=E5=90=88=E3=81=AB=E5=8F=8D=E6=98=A0=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/src/View/MainView.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/src/View/MainView.cs b/source/src/View/MainView.cs index 77042b0..23bafdf 100644 --- a/source/src/View/MainView.cs +++ b/source/src/View/MainView.cs @@ -38,7 +38,6 @@ private void BrowseReaperButton_Click(object sender, System.EventArgs e) if (!string.IsNullOrEmpty(path) && File.Exists(path)) { TargetReaperBox.Text = path; - Patcher.ReaperPath = path; } } @@ -65,6 +64,8 @@ private async void ExecuteButton_Click(object sender, System.EventArgs e) ExecuteButton.Enabled = false; SettingPanel.Enabled = false; + Patcher.ReaperPath = TargetReaperBox.Text; + if (Patcher.IsFontFixNeeded) { var fontProgress = new Progress(p =>