Snapshot before repaint phase 2

This commit is contained in:
Codex
2026-04-07 21:37:49 +08:00
parent b07a4ec370
commit 77a8fe568a
10 changed files with 395 additions and 131 deletions
+5
View File
@@ -193,6 +193,9 @@ void Table::initButton()
nextButton->setY(btnY);
}
prevButton->setParent(this);
nextButton->setParent(this);
prevButton->textStyle = this->textStyle;
nextButton->textStyle = this->textStyle;
prevButton->setFillMode(tableFillMode);
@@ -262,6 +265,8 @@ void Table::initPageNum()
pageNum->setY(pY);
}
pageNum->setParent(this);
pageNum->textStyle = this->textStyle;
if (StellarX::FillMode::Null == tableFillMode)
pageNum->setTextdisap(true); // 透明文本