mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:一時保存情報に記載されているSRLが読めなかったときにもテキストボックスにファイルパスを表示していた問題を修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@158 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
5d10ebac87
commit
3723141015
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -137,9 +137,11 @@ void Form1::loadTmp( System::String ^filename )
|
||||
text = MasterEditorTWL::getXPathText( root, "/MasterEditorTWL/Srl" );
|
||||
if( !System::String::IsNullOrEmpty(text) ) // SRLファイル名がないときはスルー
|
||||
{
|
||||
this->loadRom(text); // tad/srl—¼‘Ήž
|
||||
this->tboxFile->Text = text;
|
||||
this->clearOtherForms();
|
||||
if( this->loadRom(text) )
|
||||
{
|
||||
this->tboxFile->Text = text;
|
||||
this->clearOtherForms();
|
||||
}
|
||||
}
|
||||
|
||||
// 言語
|
||||
|
||||
Loading…
Reference in New Issue
Block a user