Skip to content

Commit 90e9362

Browse files
PiaNumworksHugoNumworks
authored andcommitted
[apps/shared] Fix scroll bar in intersection of prefaced row and prefaced column
1 parent 2083489 commit 90e9362

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

apps/shared/prefaced_twice_table_view.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ void PrefacedTwiceTableView::setBackgroundColor(KDColor color) {
3131
void PrefacedTwiceTableView::setCellOverlap(KDCoordinate horizontal, KDCoordinate vertical) {
3232
m_columnPrefaceView.setHorizontalCellOverlap(horizontal);
3333
m_columnPrefaceView.setVerticalCellOverlap(vertical);
34+
m_prefaceIntersectionView.setHorizontalCellOverlap(horizontal);
35+
m_prefaceIntersectionView.setVerticalCellOverlap(vertical);
3436
PrefacedTableView::setCellOverlap(horizontal, vertical);
3537
}
3638

-32 Bytes
Loading
-23 Bytes
Loading
-22 Bytes
Loading

0 commit comments

Comments
 (0)