Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
luxe committed Jul 21, 2024
1 parent f12b0c1 commit cad2506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class
},
[&](Positioned_Label & x) {
//todo
results.frame_elements.types += Label_Drawer::Draw(settings.desktop.unilang_font_lookup,x,pc_input.mouse).types;
results.frame_elements.types += Label_Drawer::Full_Draw(settings.desktop.unilang_font_lookup,x,pc_input).types;
},
}, it.element);
}
Expand Down

0 comments on commit cad2506

Please sign in to comment.