ソースを参照

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

pull/1154/head
Random 5年前
committed by GitHub
コミット
e07281f8bd
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/text.c

+ 1
- 0
src/text.c ファイルの表示

@ -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;

読み込み中…
キャンセル
保存