We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1c208 commit 166544dCopy full SHA for 166544d
lib/js/src/manager/screen/_TextAndGraphicUpdateOperation.js
@@ -81,9 +81,7 @@ class _TextAndGraphicUpdateOperation extends _Task {
81
this._fullShow = new Show();
82
if (this._updatedState.getTextAlignment() !== null && this._updatedState.getTextAlignment() !== undefined) {
83
this._fullShow = this._fullShow.setAlignment(this._updatedState.getTextAlignment());
84
- }/* else {
85
- this._fullShow = this._fullShow.setAlignment(this._currentScreenData.getTextAlignment());
86
- }*/
+ }
87
this._fullShow = this._assembleShowText(this._fullShow);
88
this._fullShow = this._assembleShowImages(this._fullShow);
89
this._fullShow = this._assembleLayout(this._fullShow);
0 commit comments