fix Scrollpad::MoveTo()
This commit is contained in:
@@ -124,6 +124,13 @@ void Scrollpad::MoveTo(size_t x, size_t y)
|
|||||||
{
|
{
|
||||||
itsStartX = x;
|
itsStartX = x;
|
||||||
itsStartY = y;
|
itsStartY = y;
|
||||||
|
if (itsBorder != brNone)
|
||||||
|
{
|
||||||
|
itsStartX++;
|
||||||
|
itsStartY++;
|
||||||
|
}
|
||||||
|
if (!itsTitle.empty())
|
||||||
|
itsStartY += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Scrollpad::Resize(size_t width, size_t height)
|
void Scrollpad::Resize(size_t width, size_t height)
|
||||||
|
|||||||
Reference in New Issue
Block a user