Fix spelling error
This commit is contained in:
parent
3ad66ad596
commit
acae180ced
1 changed files with 2 additions and 2 deletions
4
external/libguisan/src/focushandler.cpp
vendored
4
external/libguisan/src/focushandler.cpp
vendored
|
@ -98,7 +98,7 @@ namespace gcn
|
|||
|
||||
if (toBeFocusedIndex < 0)
|
||||
{
|
||||
throw GCN_EXCEPTION("Trying to focus a none existing widget.");
|
||||
throw GCN_EXCEPTION("Trying to focus a non-existing widget.");
|
||||
}
|
||||
|
||||
auto* oldFocused = mFocusedWidget;
|
||||
|
@ -527,7 +527,7 @@ namespace gcn
|
|||
|
||||
void FocusHandler::distributeFocusGainedEvent(const Event& focusEvent)
|
||||
{
|
||||
auto sourceWidget = focusEvent.getSource();
|
||||
auto* sourceWidget = focusEvent.getSource();
|
||||
|
||||
auto focusListeners = sourceWidget->_getFocusListeners();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue