Merge branch 'subtree'
[fanfix.git] / src / jexer / TEditColorThemeWindow.java
index 55be8aa61b18e45c50deba26720104ff04926e6a..668309d5798c411bd977107e086e476255a34616 100644 (file)
@@ -627,7 +627,7 @@ public class TEditColorThemeWindow extends TWindow {
     // ------------------------------------------------------------------------
 
     /**
-     * Public constructor.  The file open box will be centered on screen.
+     * Public constructor.  The window will be centered on screen.
      *
      * @param application the TApplication that manages this window
      */
@@ -653,6 +653,12 @@ public class TEditColorThemeWindow extends TWindow {
                     refreshFromTheme(colorNames.getSelected());
                 }
             },
+            new TAction() {
+                // When the user navigates with keyboard
+                public void DO() {
+                    refreshFromTheme(colorNames.getSelected());
+                }
+            },
             new TAction() {
                 // When the user navigates with keyboard
                 public void DO() {