hide button2 when not needed

This commit is contained in:
2025-08-26 14:08:31 -05:00
parent 087292f4b6
commit 06ca6969f5

View File

@@ -769,6 +769,7 @@ static void setup_node_field(cDialog& me, std::string field, short value, const
std::string button = field + "-edit";
std::string button2 = field + "-edit2";
std::string toggle = field + "-toggle";
me[button2].hide();
switch(fcn.button) {
case eSpecPicker::NONE:
me[button].hide();