mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
fix incorrect tooltip
This commit is contained in:
@@ -6071,7 +6071,7 @@ rd_window_frame(RD_Window *ws)
|
|||||||
UI_Tooltip
|
UI_Tooltip
|
||||||
RD_Font(RD_FontSlot_Main)
|
RD_Font(RD_FontSlot_Main)
|
||||||
UI_FontSize(rd_font_size_from_slot(RD_FontSlot_Main))
|
UI_FontSize(rd_font_size_from_slot(RD_FontSlot_Main))
|
||||||
ui_labelf("Step Over");
|
ui_labelf("Step Into");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user