mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Make range boundaries smaller for layers to enable alt+click on icons (fix #2222)
This commit is contained in:
parent
d4b4dfd36d
commit
9b26e422f7
@ -2861,7 +2861,7 @@ gfx::Rect Timeline::getRangeBounds(const Range& range) const
|
||||
case Range::kLayers:
|
||||
for (auto layer : range.selectedLayers()) {
|
||||
layer_t layerIdx = getLayerIndex(layer);
|
||||
rc |= getPartBounds(Hit(PART_ROW, layerIdx));
|
||||
rc |= getPartBounds(Hit(PART_ROW_TEXT, layerIdx));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user