volodymyrkochyn
Results
1
comments of
volodymyrkochyn
@w0lek If you go to method `bool TextEditorForm::TabCloseRequested(int index)` It should delete the editor. If not, that delete is missing here I guess: ``` Editor *tabItem = qobject_cast(m_tab_editor->widget(index)); if (!tabItem)...