mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:CERO以外のレーティング設定が提出確認書に反映されないバグを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@89 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
1983bc1416
commit
64dc490c92
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -260,7 +260,7 @@ System::String^ Form1::setDeliverableRatingOgnProperties( System::Windows::Forms
|
||||
}
|
||||
else
|
||||
{
|
||||
str = dynamic_cast<System::String^>(this->combCERO->SelectedItem);
|
||||
str = dynamic_cast<System::String^>(box->SelectedItem);
|
||||
}
|
||||
}
|
||||
return str;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user