Skip to content

Commit cad2506

Browse files
committed
updates
1 parent f12b0c1 commit cad2506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/code/programs/ide/frame/convert_all_ide_elements.hcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class
5050
},
5151
[&](Positioned_Label & x) {
5252
//todo
53-
results.frame_elements.types += Label_Drawer::Draw(settings.desktop.unilang_font_lookup,x,pc_input.mouse).types;
53+
results.frame_elements.types += Label_Drawer::Full_Draw(settings.desktop.unilang_font_lookup,x,pc_input).types;
5454
},
5555
}, it.element);
5656
}

0 commit comments

Comments
 (0)