Merge pull request #228 from felixonmars/patch-1
Correct a typo in SnackBar.cpp
This commit is contained in:
commit
09e9cffcae
@ -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…
Reference in New Issue
Block a user