Escher: Fix a comment

Change-Id: I5c3561ee233ec047ffc704ab5c7394097d4b51a6
This commit is contained in:
Romain Goyet
2016-06-15 10:31:05 +02:00
parent 3d37fceff0
commit e6c1c3c8ee

View File

@@ -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);