This commit is contained in:
恍兮惚兮 2024-09-17 10:16:54 +08:00
parent 1e8979b6a1
commit 44169dbb82
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ class CachedQGraphicsDropShadowEffect_multi(QGraphicsDropShadowEffect):
self.savey = self.parent().y()
painter.setRenderHint(QPainter.RenderHint.Antialiasing)
painter.drawPixmap(
-int(self.parent().x()),
-int(self.parent().x()) - self.parent().movedx, # 阿拉伯语绘制偏移
-self.parent().parent().parent().parent().y() - self.savey,
self.shadow_pixmap,
)

View File

@ -29,7 +29,7 @@ include(generate_product_version)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 36)
set(VERSION_PATCH 6)
set(VERSION_PATCH 7)
add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h)