Add missing [[fallthrough]] attribute

This commit is contained in:
David Capello 2025-08-27 12:25:19 -03:00
parent 8e07617a9d
commit 07803ff361
1 changed files with 1 additions and 1 deletions

View File

@ -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: