LayoutManager.resetSize()
[fanfix.git] / src / jexer / layout / BoxLayoutManager.java
index c3d12802b1e72d24346cd81f5353aa917ac075f6..8e7a01e39231913870469d3c8b26653a6e78690b 100644 (file)
@@ -120,6 +120,15 @@ public class BoxLayoutManager implements LayoutManager {
         layoutChildren();
     }
 
+    /**
+     * Reset a child widget's original/preferred size.
+     *
+     * @param child the widget to manage
+     */
+    public void resetSize(final TWidget child) {
+        // NOP
+    }
+
     // ------------------------------------------------------------------------
     // BoxLayoutManager -------------------------------------------------------
     // ------------------------------------------------------------------------