Skip to content

Commit

Permalink
remove workaround to show prompt on console, after pin constraint man…
Browse files Browse the repository at this point in the history
…ager initialization. because in case of no error, we got two "#" show prompt
  • Loading branch information
w0lek committed Feb 14, 2025
1 parent 97f3198 commit 6607f56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/MainWindow/main_window_ql.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2178,12 +2178,6 @@ void MainWindow::pinAssignmentActionTriggered() {
m_pinAssignmentCreator = nullptr;
}
}

// update the console for input incase the pinplanner system printed any messages
// which can break the console currently
if (m_console) {
m_console->showPrompt();
}
}

void MainWindow::pinAssignmentChanged() {
Expand Down

0 comments on commit 6607f56

Please sign in to comment.