Fixed touch device selection menu

#412
presentation
Andreas Butti 7 years ago
parent f58f55cd68
commit 3ced10f943
  1. 2
      src/gui/dialog/ButtonConfigGui.cpp

@ -206,6 +206,8 @@ void ButtonConfigGui::loadSettings()
gtk_combo_box_set_active(GTK_COMBO_BOX(cbDevice), i + 1); gtk_combo_box_set_active(GTK_COMBO_BOX(cbDevice), i + 1);
break; break;
} }
i++;
} }
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(cbDisableDrawing), cfg->disableDrawing); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(cbDisableDrawing), cfg->disableDrawing);

Loading…
Cancel
Save