mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Fix "Select > Color Range" selection buttons visibility (fix #4177)
Reported in the forum: https://community.aseprite.org/t/20752
This commit is contained in:
parent
f46ac5e807
commit
29b76353ef
@ -30,6 +30,7 @@ SelectionModeField::SelectionModeField()
|
||||
addItem(theme->parts.selectionIntersect(), "selection_mode");
|
||||
|
||||
setSelectedItem((int)Preferences::instance().selection.mode());
|
||||
initTheme();
|
||||
}
|
||||
|
||||
void SelectionModeField::setupTooltips(TooltipManager* tooltipManager)
|
||||
|
Loading…
Reference in New Issue
Block a user