From 8286920aad5e48c2c802845ef4770e7d618fbef8 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Sun, 25 Aug 2019 22:34:17 +0200 Subject: [PATCH] Added default highLevelStateHandler to standardSnippetIDMapping --- .../mograsim/logic/model/snippets/standardSnippetIDMapping.json | 1 + 1 file changed, 1 insertion(+) diff --git a/net.mograsim.logic.model/src/net/mograsim/logic/model/snippets/standardSnippetIDMapping.json b/net.mograsim.logic.model/src/net/mograsim/logic/model/snippets/standardSnippetIDMapping.json index a14c49a3..9f7856fe 100644 --- a/net.mograsim.logic.model/src/net/mograsim/logic/model/snippets/standardSnippetIDMapping.json +++ b/net.mograsim.logic.model/src/net/mograsim/logic/model/snippets/standardSnippetIDMapping.json @@ -10,6 +10,7 @@ mograsim version: 0.1.3 "pinNames": "net.mograsim.logic.model.snippets.symbolrenderers.PinNamesSymbolRenderer" }, "standardHighLevelStateHandlerSuppliers": { + "default": "net.mograsim.logic.model.snippets.highlevelstatehandlers.DefaultHighLevelStateHandler", "standard": "net.mograsim.logic.model.snippets.highlevelstatehandlers.standard.StandardHighLevelStateHandler" } } \ No newline at end of file -- 2.17.1