Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
imikejackson committed Sep 5, 2018
2 parents e1a7982 + 0b995b3 commit 6795a8a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ void RolledPresetDialog::checkInputs(const QString& text)
}
else
{
SVStyle::Instance()->LineEditRedErrorStyle(A);
SVStyle::Instance()->LineEditRedErrorStyle(B);
SVStyle::Instance()->LineEditRedErrorStyle(C);
SVStyle::Instance()->LineEditBackgroundErrorStyle(A);
SVStyle::Instance()->LineEditBackgroundErrorStyle(B);
SVStyle::Instance()->LineEditBackgroundErrorStyle(C);
}
}

Expand Down

0 comments on commit 6795a8a

Please sign in to comment.