Skip to content

Commit

Permalink
Merge pull request #3730 from myk002/myk_orders_focus_string
Browse files Browse the repository at this point in the history
[Gui] add focus string details for orders context
  • Loading branch information
myk002 authored Sep 4, 2023
2 parents 4316879 + cbe4f53 commit ed243ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/modules/Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ DEFINE_GET_FOCUS_STRING_HANDLER(dwarfmode)
}
if (game->main_interface.job_details.open) {
newFocusString = baseFocus;
newFocusString += "/JobDetails";
newFocusString += "/JobDetails/" + enum_item_key(game->main_interface.job_details.context);
focusStrings.push_back(newFocusString);
}
if (game->main_interface.assign_trade.open) {
Expand Down

0 comments on commit ed243ca

Please sign in to comment.