Update textbox_extended_demo.c

This commit is contained in:
Ray 2021-08-25 00:42:45 +02:00
parent 0907bee71b
commit 2083c6984a

View File

@ -213,7 +213,7 @@ int main(int argc, char **argv)
GuiSetStyle(TEXTBOX, TEXT_ALIGNMENT, GUI_TEXT_ALIGN_CENTER);
// Draw hexadecimal values viewer
DrawTextRecEx(guiFont, hex, (Rectangle){ 20, 95, 760, 205 }, 20, 1, true, BLACK, startIdx*3, len*3, colorFG, colorBG);
DrawTextBoxedSelectable(guiFont, hex, (Rectangle){ 20, 95, 760, 205 }, 20, 1, true, BLACK, startIdx*3, len*3, colorFG, colorBG);
// Draw right-mouse-button-click menu and logic
//---------------------------------------------------------------------------------------