From fc5ffc0a152459628017c9e938bfdf1922b9cb6f Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 25 Aug 2025 16:52:44 -0500 Subject: [PATCH] fixup! allow picking special node as well as create/edit --- src/scenedit/scen.keydlgs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenedit/scen.keydlgs.cpp b/src/scenedit/scen.keydlgs.cpp index acdd1ffe..ba4d3e16 100644 --- a/src/scenedit/scen.keydlgs.cpp +++ b/src/scenedit/scen.keydlgs.cpp @@ -1260,7 +1260,7 @@ static bool edit_spec_enc_value(cDialog& me, std::string item_hit, node_stack_t& i++; } - int which = cStringChoice(node_hints, "Pick a special node:", nullptr, false, true).show(me[field].getTextAsNum()); + int which = cStringChoice(node_hints, "Pick a special node:", &me, false, true).show(me[field].getTextAsNum()); me[field].setTextToNum(which); } // Create/edit: