mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:バックアップメモリの最初のitemを提出確認書に記載できなかったバグを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@159 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
3723141015
commit
506b7288c7
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -193,14 +193,7 @@ void Form1::setDeliverableProperties(void)
|
||||
// バックアップメモリはROMヘッダには記述されないので提出確認書にのみ記載
|
||||
if( this->combBackup->SelectedIndex != (this->combBackup->Items->Count - 1) )
|
||||
{
|
||||
if( this->combBackup->SelectedIndex > 0 )
|
||||
{
|
||||
this->hDeliv->hBackupMemory = this->combBackup->SelectedItem->ToString();
|
||||
}
|
||||
else
|
||||
{
|
||||
this->hDeliv->hBackupMemory = gcnew System::String("");
|
||||
}
|
||||
this->hDeliv->hBackupMemory = this->combBackup->SelectedItem->ToString();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user