diff --git a/GUI/src/tablemodel.cpp b/GUI/src/tablemodel.cpp index dc1e7b5..6253b8d 100755 --- a/GUI/src/tablemodel.cpp +++ b/GUI/src/tablemodel.cpp @@ -14,7 +14,6 @@ TableModel::TableModel(QUndoStack *stack, int min, int max, int def, bool single mPermanent = permanent; mSinglerow = singlerow; this->mId = 0; - this->fill(false); const int defaultRpm[] = {0, 2000, 4000, 5500, 7000, 8000, 9000, 10000, 11000, 12000, 13000, 14000, 15000, 16000, @@ -31,6 +30,8 @@ TableModel::TableModel(QUndoStack *stack, int min, int max, int def, bool single { mDefaultTps.append(defaultTps[i]); } + + this->fill(false); } TableModel::~TableModel()