Skip to content

Commit

Permalink
[apps/shared] Fix scroll bar in intersection of prefaced row and pref…
Browse files Browse the repository at this point in the history
…aced column
  • Loading branch information
PiaNumworks authored and HugoNumworks committed Jan 31, 2023
1 parent 2083489 commit 90e9362
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/shared/prefaced_twice_table_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ void PrefacedTwiceTableView::setBackgroundColor(KDColor color) {
void PrefacedTwiceTableView::setCellOverlap(KDCoordinate horizontal, KDCoordinate vertical) {
m_columnPrefaceView.setHorizontalCellOverlap(horizontal);
m_columnPrefaceView.setVerticalCellOverlap(vertical);
m_prefaceIntersectionView.setHorizontalCellOverlap(horizontal);
m_prefaceIntersectionView.setVerticalCellOverlap(vertical);
PrefacedTableView::setCellOverlap(horizontal, vertical);
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90e9362

Please sign in to comment.