Revert "GUI: Fix int/int32 build failures"

This reverts commit c2bd0cfb90ab7a852d27515bd59b48969c12d9d1.
This commit is contained in:
Le Philousophe 2021-07-07 19:10:32 +02:00
parent b47e8c6291
commit 58c5c29f88

View File

@ -315,7 +315,7 @@ void EditableWidget::drawCaret(bool erase) {
if (erase) {
GUI::EditableWidget::String character;
int32 width;
int width;
if ((uint)_caretPos < _editString.size()) {
const byte chr = _editString[_caretPos];