Ignore:
Timestamp:
Jun 26, 2008, 8:54:16 PM (16 years ago)
Author:
dai_9181
Message:

ファイルツリー内のフォルダをダブルクリックすると、強制終了してしまう不具合を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/FileTree.cpp

    r655 r663  
    107107                        hTreeItem=TreeView_GetSelection(hwnd);
    108108
     109                        if( !projectInfo.fileSystem.root.IsExistFile( hTreeItem ) )
     110                        {
     111                            // ツリーアイテムに対するファイルが存在しない(フォルダなどの場合)
     112                            break;
     113                        }
     114
    109115                        std::string tempPath = projectInfo.fileSystem.root.FindFile( hTreeItem ).GetRelationalPath();
    110116
Note: See TracChangeset for help on using the changeset viewer.