mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 00:43:59 +08:00
fix
This commit is contained in:
parent
1e8979b6a1
commit
44169dbb82
@ -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,
|
||||
)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user