Change terminal strip editor class

Change parent class from QDialog to QWidget.
Terminal strip editor is now embedded in TerminalStripEditorWindow.
This commit is contained in:
joshua
2022-03-20 18:25:25 +01:00
parent b48ba939de
commit edfb23be23
10 changed files with 322 additions and 788 deletions

View File

@@ -370,6 +370,6 @@ void TerminalStripTreeDockWidget::setupUndoConnections()
void TerminalStripTreeDockWidget::setCurrentStrip(TerminalStrip *strip)
{
emit currentStripChanged(strip);
m_current_strip = strip;
emit currentStripChanged(strip);
}