mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 00:30:53 +01:00
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:
@@ -370,6 +370,6 @@ void TerminalStripTreeDockWidget::setupUndoConnections()
|
||||
|
||||
void TerminalStripTreeDockWidget::setCurrentStrip(TerminalStrip *strip)
|
||||
{
|
||||
emit currentStripChanged(strip);
|
||||
m_current_strip = strip;
|
||||
emit currentStripChanged(strip);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user