ttable navigation correct
[fanfix.git] / src / jexer / TWidget.java
index f7a83a193620fa1350bc3905291cd2c2c5815523..9af0bb83ba122eba0ca3e4480c09d167e3254918 100644 (file)
@@ -1116,6 +1116,7 @@ public abstract class TWidget implements Comparable<TWidget> {
 
         // Draw me
         draw();
+        assert (visible == true);
 
         // Continue down the chain.  Draw the active child last so that it
         // is on top.