RowItem: Split appart visual and layout v offsets
[pulseview.git] / pv / view / rowitemowner.cpp
index 0fa230ab4e3fb47a609c105cb1de0dc91ad4d277..03f0e68d3ae52e5a0451f80c66683052b470e460 100644 (file)
@@ -96,7 +96,7 @@ pair<int, int> RowItemOwner::v_extents() const
                if (!r->enabled())
                        continue;
 
-               const int child_offset = r->v_offset();
+               const int child_offset = r->layout_v_offset();
                const pair<int, int> child_extents = r->v_extents();
                extents.first = min(child_extents.first + child_offset,
                        extents.first);