Open drill file in gerbview from KiCad manager tree

Fixes lp:1819754
https://bugs.launchpad.net/kicad/+bug/1819754
This commit is contained in:
Michael Kavanagh 2019-03-22 22:38:58 +00:00 committed by Wayne Stambaugh
parent edd94ce2d6
commit b681e4a68e
1 changed files with 1 additions and 1 deletions

View File

@ -223,6 +223,7 @@ void TREEPROJECT_ITEM::Activate( TREE_PROJECT_FRAME* aTreePrjFrame )
break;
case TREE_GERBER:
case TREE_DRILL:
frame->Execute( m_parent, GERBVIEW_EXE, fullFileName );
break;
@ -235,7 +236,6 @@ void TREEPROJECT_ITEM::Activate( TREE_PROJECT_FRAME* aTreePrjFrame )
break;
case TREE_NET:
case TREE_DRILL:
case TREE_TXT:
case TREE_REPORT:
{