Commit 71a79573 authored by 李维's avatar 李维

Bugfix

parent a465c235
...@@ -1683,6 +1683,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1683,6 +1683,7 @@ export class PlayComponent implements OnInit, OnDestroy {
questionText.ref.y = 0 questionText.ref.y = 0
questionText.ref.textAlign = "center" questionText.ref.textAlign = "center"
questionText.ref.maxSingalLineWidth = 0 questionText.ref.maxSingalLineWidth = 0
questionText.ref.refreshSize();
if(questionText.ref.width > 1800) { if(questionText.ref.width > 1800) {
questionText.ref.setScaleXY(1800/questionText.ref.width); questionText.ref.setScaleXY(1800/questionText.ref.width);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment