Przeglądaj źródła

Fixed DrawTextRecEx() selection when wordwrap is ON (again) (#1149)

pull/1154/head
Random 6 lat temu
committed by GitHub
rodzic
commit
e07281f8bd
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/text.c

+ 1
- 0
src/text.c Wyświetl plik

@ -973,6 +973,7 @@ void DrawTextRecEx(Font font, const char *text, Rectangle rec, float fontSize, f
startLine = endLine;
endLine = -1;
glyphWidth = 0;
selectStart += lastk - k;
k = lastk;
state = !state;

Ładowanie…
Anuluj
Zapisz