Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
* bugfix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
festo-i40 committed Nov 21, 2023
1 parent 3e1b360 commit 2b45cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/AasxPackageExplorer/options-debug.MIHO.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
// "AasxToLoad": "C:\\HOMI\\Develop\\Aasx\\repo\\SMT_Sample_B.aasx",
// "AuxToLoad": "C:\\HOMI\\Develop\\Aasx\\repo\\SMT_Sample_A.aasx",
// "AasxToLoad": "C:\\HOMI\\Develop\\Aasx\\repo\\00_FestoDemoBox-Module-2-Kopie2.aasx",
"AasxToLoad": "C:\\HOMI\\Develop\\Aasx\\repo\\SMT_and_SAMM_Showcase_v01.aasx",
// "AasxToLoad": "C:\\HOMI\\Develop\\Aasx\\repo\\SMT_and_SAMM_Showcase_v01.aasx",
"AasxToLoad": "C:\\HOMI\\Develop\\Aasx\\repo\\Run2_DNP_plus_CD_SM_step_2.aasx",
// "AasxToLoad": "C:\\HOMI\\Develop\\Aasx\\repo\\Test1.aasx",
"WindowLeft": 200,
"WindowTop": -1,
Expand Down
2 changes: 1 addition & 1 deletion src/AasxPackageLogic/MainWindowAnyUiDialogs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ await DisplayContextPlus.CheckIfDownloadAndStart(

if (cmd == "submodelinstancefromsammaspect"
|| cmd == "smtextensionfromqualifiers"
|| cmd == "smtorganizesfromSubmodel")
|| cmd == "smtorganizesfromsubmodel")
{
// simply pass on
try
Expand Down

0 comments on commit 2b45cfd

Please sign in to comment.