|
|
@ -387,8 +387,7 @@ class SimulationPageDelegate(pageView: PageView) : HorizontalPageDelegate(pageVi |
|
|
|
if (hmg > mMaxLength) |
|
|
|
if (hmg > mMaxLength) |
|
|
|
mCurrentPageShadow.setBounds( |
|
|
|
mCurrentPageShadow.setBounds( |
|
|
|
(mBezierControl2.x - 25).toInt() - hmg, leftX, |
|
|
|
(mBezierControl2.x - 25).toInt() - hmg, leftX, |
|
|
|
(mBezierControl2.x + mMaxLength).toInt() - hmg, |
|
|
|
(mBezierControl2.x + mMaxLength).toInt() - hmg, rightX |
|
|
|
rightX |
|
|
|
|
|
|
|
) |
|
|
|
) |
|
|
|
else |
|
|
|
else |
|
|
|
mCurrentPageShadow.setBounds( |
|
|
|
mCurrentPageShadow.setBounds( |
|
|
|