Change made inside the free terminal table can be applied

This commit is contained in:
joshua
2022-03-25 19:25:46 +01:00
parent e92bd36f9b
commit a4445c411d
3 changed files with 38 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ void TerminalStripEditorWindow::on_m_button_box_clicked(QAbstractButton *button)
{
switch (ui->m_stacked_widget->currentIndex()) {
case FREE_TERMINAL_PAGE:
m_free_terminal_editor->apply();
break;
case TERMINAL_STRIP_PAGE:
m_terminal_strip_editor->apply();