File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
jme3-templates/src/com/jme3/gde/templates/gradledesktop Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ public void ancestorAdded(AncestorEvent event) {
96
96
if (selection != null && jmeVersionsInitialized ) {
97
97
jmeVersionComboBox .setSelectedItem (selection );
98
98
}
99
+ jmeVersionChanged ();
99
100
100
101
jmeVersionsInitialized = true ;
101
102
}
@@ -115,6 +116,10 @@ public void ancestorMoved(AncestorEvent event) {
115
116
loadPatchNotes ();
116
117
updateLWJGLdescription ();
117
118
}
119
+
120
+ private void jmeVersionChanged () {
121
+ loadPatchNotes ();
122
+ }
118
123
119
124
private void additionalComponentConfiguration () {
120
125
// Set the JME Version text pane to use system fonts so it displays
@@ -278,7 +283,7 @@ private void lwjglComboBoxActionPerformed(ActionEvent evt) {//GEN-FIRST:event_lw
278
283
}//GEN-LAST:event_lwjglComboBoxActionPerformed
279
284
280
285
private void jmeVersionComboBoxActionPerformed (ActionEvent evt ) {//GEN-FIRST:event_jmeVersionComboBoxActionPerformed
281
- loadPatchNotes ();
286
+ jmeVersionChanged ();
282
287
}//GEN-LAST:event_jmeVersionComboBoxActionPerformed
283
288
284
289
// Variables declaration - do not modify//GEN-BEGIN:variables
You can’t perform that action at this time.
0 commit comments