Merge branch 'master' of https://git.epicsparrow.com/epicsparrow/sparrowinput
This commit is contained in:
commit
477ab44e8c
@ -29,7 +29,7 @@ void TextBuffer::moveCursorLeft()
|
|||||||
|
|
||||||
void TextBuffer::moveCursorRight()
|
void TextBuffer::moveCursorRight()
|
||||||
{
|
{
|
||||||
if (cursor < buffer.size()) cursor++;
|
if (cursor < int(buffer.size())) cursor++;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string TextBuffer::getText() const
|
std::string TextBuffer::getText() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user