You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/v2/phasereditor/phasereditor.scene.ui/src/phasereditor/scene/ui/editor/properties/AnimationsSection.java
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,15 @@ public Control createContent(Composite parent) {
Copy file name to clipboardExpand all lines: source/v2/phasereditor/phasereditor.scene.ui/src/phasereditor/scene/ui/editor/properties/BitmapTextSection.java
+27-16Lines changed: 27 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -85,17 +85,21 @@ public void run() {
85
85
getModels().forEach(model -> {
86
86
BitmapTextComponent.set_align(model, _align);
87
87
});
88
-
88
+
89
89
}, getModels(), true);
90
90
91
91
getEditor().setDirty(true);
92
92
getEditor().getScene().redraw();
93
-
93
+
94
+
updateAlignActionsState();
94
95
}
95
96
}
96
97
97
98
@Override
98
99
publicControlcreateContent(Compositeparent) {
100
+
101
+
createActions();
102
+
99
103
varcomp = newComposite(parent, SWT.NONE);
100
104
comp.setLayout(newGridLayout(2, false));
101
105
@@ -136,8 +140,6 @@ public Control createContent(Composite parent) {
0 commit comments