mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix : undo code is executed in redo function and vice versa
Need to sleep ?
This commit is contained in:
@@ -1857,7 +1857,7 @@ bool QETProject::addTerminalStrip(TerminalStrip *strip)
|
||||
if (strip->parent() != this)
|
||||
return false;
|
||||
|
||||
if (!m_terminal_strip_vector.contains(strip))
|
||||
if (m_terminal_strip_vector.contains(strip))
|
||||
return true;
|
||||
|
||||
m_terminal_strip_vector.append(strip);
|
||||
|
||||
Reference in New Issue
Block a user