diff options
| -rw-r--r-- | fluid/fluid.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 32faa0736..4ad1cb7eb 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1260,7 +1260,7 @@ void print_cb(Fl_Return_Button *, void *) { if (t->is_window()) { winpage ++; windows[num_windows] = (Fl_Window_Type *)t; - + if (!((Fl_Window*)(windows[num_windows]->o))->shown()) continue; if (print_all->value()) num_windows ++; else if (print_pages->value() && winpage >= first && winpage <= last) num_windows ++; |
