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) {
9696 if (selection != null && jmeVersionsInitialized ) {
9797 jmeVersionComboBox .setSelectedItem (selection );
9898 }
99+ jmeVersionChanged ();
99100
100101 jmeVersionsInitialized = true ;
101102 }
@@ -115,6 +116,10 @@ public void ancestorMoved(AncestorEvent event) {
115116 loadPatchNotes ();
116117 updateLWJGLdescription ();
117118 }
119+
120+ private void jmeVersionChanged () {
121+ loadPatchNotes ();
122+ }
118123
119124 private void additionalComponentConfiguration () {
120125 // 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
278283 }//GEN-LAST:event_lwjglComboBoxActionPerformed
279284
280285 private void jmeVersionComboBoxActionPerformed (ActionEvent evt ) {//GEN-FIRST:event_jmeVersionComboBoxActionPerformed
281- loadPatchNotes ();
286+ jmeVersionChanged ();
282287 }//GEN-LAST:event_jmeVersionComboBoxActionPerformed
283288
284289 // Variables declaration - do not modify//GEN-BEGIN:variables
You can’t perform that action at this time.
0 commit comments