mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
saving
This commit is contained in:
@@ -146,4 +146,14 @@ void WordWrapTextView::drawRect(KDContext * ctx, KDRect rect) const
|
||||
m_nextPageOffset = startOfWord - text();
|
||||
}
|
||||
|
||||
int WordWrapTextView::getPageOffset() const
|
||||
{
|
||||
return m_pageOffset;
|
||||
}
|
||||
|
||||
void WordWrapTextView::setPageOffset(int o)
|
||||
{
|
||||
m_pageOffset = o;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user