mirror of https://github.com/aseprite/aseprite.git
Add missing [[fallthrough]] attribute
This commit is contained in:
parent
8e07617a9d
commit
07803ff361
|
@ -4551,7 +4551,7 @@ void Timeline::onDrag(ui::DragEvent& e)
|
|||
m_range.clearRange();
|
||||
setHot(hitTest(nullptr, e.position()));
|
||||
switch (m_hot.part) {
|
||||
case PART_NOTHING: invalidate();
|
||||
case PART_NOTHING: invalidate(); [[fallthrough]];
|
||||
case PART_ROW:
|
||||
case PART_ROW_EYE_ICON:
|
||||
case PART_ROW_CONTINUOUS_ICON:
|
||||
|
|
Loading…
Reference in New Issue