Correct a typo in SnackBar.cpp

master
Felix Yan 4 years ago committed by GitHub
parent c973fd759b
commit 751c0526d7
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