[Feature] Allow closing Graph Document Tabs
I think the Graph Editor, should allow the user to close any Graph Documents, that aren't needed.
Looking at the grapheditorwidget.cpp
file, I found that for these Graph Document tabs (QTabWidget), the setTabsClosable
has been explicity set to false.
Any reason why this is so?
I would like to implement this feature myself, if deemed appropriate.