Merge pull request #228 from felixonmars/patch-1

Correct a typo in SnackBar.cpp
master
DeepBlueV7.X 4 years ago committed by GitHub
commit 09e9cffcae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ui/SnackBar.cpp

@ -63,7 +63,7 @@ SnackBar::hideMessage()
// Moving on to the next message.
messages_.pop_front();
// Reseting the starting position of the widget.
// Resetting the starting position of the widget.
offset_ = STARTING_OFFSET;
if (!messages_.empty())

Loading…
Cancel
Save