Fix auto-close of order management button dropdown in order mode

This commit is contained in:
Jonathan G Rennison
2023-04-25 21:14:44 +01:00
parent 150cce6059
commit 698253c56f

View File

@@ -2676,7 +2676,7 @@ public:
add_colour(COLOUR_ORANGE);
add_colour(COLOUR_PINK);
}
ShowDropDownList(this, std::move(list), 0x100 + order->GetColour(), widget, 0, true, DDSF_LOST_FOCUS);
ShowDropDownList(this, std::move(list), 0x100 + order->GetColour(), widget, 0, false, DDSF_LOST_FOCUS);
break;
}