mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
Escher: Fix a comment
Change-Id: I5c3561ee233ec047ffc704ab5c7394097d4b51a6
This commit is contained in:
@@ -53,8 +53,8 @@ void ScrollView::layoutSubviews() {
|
||||
// Layout contentView
|
||||
KDRect contentFrame;
|
||||
contentFrame.origin = m_offset;
|
||||
// We want contentFrame.rightX = verticalIndicatorFrame.x - 1;
|
||||
// contentFrame.x + contentFrame.width = verticalIndicatorFrame.x - 1;
|
||||
// We want contentFrame.rightX = verticalIndicatorFrame.x;
|
||||
// contentFrame.x + contentFrame.width = verticalIndicatorFrame.x;
|
||||
contentFrame.width = verticalIndicatorFrame.x - contentFrame.x;
|
||||
contentFrame.height = m_frame.height;
|
||||
m_contentView->setFrame(contentFrame);
|
||||
|
||||
Reference in New Issue
Block a user