Fix "Select > Color Range" selection buttons visibility (fix #4177)

Reported in the forum: https://community.aseprite.org/t/20752
This commit is contained in:
David Capello 2023-11-28 15:28:31 -03:00
parent f46ac5e807
commit 29b76353ef

View File

@ -30,6 +30,7 @@ SelectionModeField::SelectionModeField()
addItem(theme->parts.selectionIntersect(), "selection_mode");
setSelectedItem((int)Preferences::instance().selection.mode());
initTheme();
}
void SelectionModeField::setupTooltips(TooltipManager* tooltipManager)