merge with dev

This commit is contained in:
Desmis
2018-12-19 15:16:18 +01:00
122 changed files with 1277 additions and 8235 deletions

View File

@@ -167,6 +167,7 @@ Gtk::TreeIter ProfilePanel::getLastSavedRow()
Gtk::TreeIter ProfilePanel::addCustomRow()
{
if(customPSE) {
profiles->deleteRow(customPSE);
delete customPSE;
customPSE = nullptr;
}
@@ -179,6 +180,7 @@ Gtk::TreeIter ProfilePanel::addCustomRow()
Gtk::TreeIter ProfilePanel::addLastSavedRow()
{
if(lastSavedPSE) {
profiles->deleteRow(lastSavedPSE);
delete lastSavedPSE;
lastSavedPSE = nullptr;
}