From 30ec7f833891fe5167cd94374d5958c9b8b086b8 Mon Sep 17 00:00:00 2001 From: kimikage Date: Thu, 6 Jan 2011 04:36:44 +0900 Subject: [PATCH] =?utf8?q?=E6=95=B4=E6=95=B0=E3=83=A2=E3=83=BC=E3=83=89?= =?utf8?q?=E3=81=A7=E3=81=AEbit=E9=95=B7=E5=A4=89=E6=9B=B4=E6=99=82?= =?utf8?q?=E3=81=AE=E5=8B=95=E4=BD=9C=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Fugashi/MainForm.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Fugashi/MainForm.cs b/Fugashi/MainForm.cs index b14067d..bee3567 100755 --- a/Fugashi/MainForm.cs +++ b/Fugashi/MainForm.cs @@ -198,6 +198,7 @@ namespace Fugashi if (radio1B.Checked) { SetLength(1); + UpdateValue(GetBytes()); } } @@ -213,7 +214,14 @@ namespace Fugashi { bits[i].Enabled = false; } - textValue_TextChanged(null, null); + if (radioFloat.Checked) + { + textValue_TextChanged(null, null); + } + else + { + BitChanged(null, null); + } } private void BitChanged(object sender, EventArgs e) -- 2.11.0