Parcourir la source

avoid leading spaces in `text_rectangle_bounds` (#2746)

pull/2750/head
Szieberth Ádám il y a 2 ans
committed by GitHub
Parent
révision
4cca234f46
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      examples/text/text_rectangle_bounds.c

+ 2
- 2
examples/text/text_rectangle_bounds.c Voir le fichier

@ -263,6 +263,6 @@ static void DrawTextBoxedSelectable(Font font, const char *text, Rectangle rec,
}
}
textOffsetX += glyphWidth;
k">if ((textOffsetX != 0) || (codepoint != ' ')) textOffsetX += glyphWidth; // avoid leading spaces
}
}
}

Chargement…
Annuler
Enregistrer