Recalculate size after toggling columns (goals can be longer than professions)

develop
lethosor 2020-08-08 00:45:57 -04:00
parent 6a1f046995
commit a28e939370
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 3 additions and 2 deletions

@ -1818,6 +1818,7 @@ void viewscreen_unitlaborsst::feed(set<df::interface_key> *events)
} else {
detail_mode = DETAIL_MODE_PROFESSION;
}
calcSize();
}
if (events->count(interface_key::CUSTOM_SHIFT_X))