常规更新

This commit is contained in:
2026-07-23 11:10:17 +08:00
parent d1aac0e679
commit a3a385f8da
31 changed files with 736 additions and 255 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ namespace YSG {
auto ret = new MutiSelectRect();
ret->init(plot, layerName);
MutiSelectRectPrivate* pd = ret->d();
MutiSelectRectRenderState* sc = pd->renderStateCache();
MutiSelectRectRenderState* sc = reinterpret_cast<MutiSelectRectRenderState*>(pd->state(State_Edit));
sc->mHorizontalAxis = keyAxis;
sc->mVerticalAxis = valueAxis;
sc->mFont = font;
@@ -67,4 +67,4 @@ namespace YSG {
sc->mBorderPen = pen.color().isValid() ? pen : Qt::NoPen;
}
}
}