Skip to content

Commit

Permalink
Add extra blank line to match style guides
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualYT31 authored and texus committed Aug 31, 2023
1 parent 94ad8f5 commit a7670f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/TGUI/Widgets/EditBox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ TGUI_MODULE_EXPORT namespace tgui
SignalString onReturnOrUnfocus = {"ReturnOrUnfocused"}; //!< The return key was pressed or the edit box was unfocused. Optional parameter: text in the edit box
SignalTyped<std::size_t> onCaretPositionChange = {"CaretPositionChanged"}; //!< The caret's position was changed. Optional parameter: new caret position


/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
protected:

Expand Down

0 comments on commit a7670f5

Please sign in to comment.