I'm a little unclear on how separate views are supposed to work. So, maybe a silly question, but: When we call this, do we really want to close ALL open buffers? Can there be more than one GuiView at a time? You see the worry.
Ah yes, you're right... I'm being too enthusiastic.

+
+bool GuiView::closeWorkAreaAll(bool in_close_event)

This parameter is not used now, which means you don't seem to need the other one, either.

Ah yes, I was debugging and changed it into true when calling closeTabWorkArea. I already reverted that (local). The parameter got ditched anyway, because I could use closing_ for that.

rh

Thanks for checking.

Vincent

Reply via email to