File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -728,9 +728,9 @@ void bagl_draw_with_context(const bagl_component_t *component,
728
728
unsigned char context_encoding )
729
729
{
730
730
// unsigned char comp_idx;
731
- int halignment = 0 ;
732
- int valignment = 0 ;
733
- int baseline = 0 ;
731
+ int halignment = 0 ;
732
+ int valignment = 0 ;
733
+ int baseline = 0 ;
734
734
#ifndef DISPLAY_FLOWS
735
735
unsigned int height_to_draw = 0 ;
736
736
#endif
@@ -782,7 +782,7 @@ void bagl_draw_with_context(const bagl_component_t *component,
782
782
if (type != BAGL_ICON ) {
783
783
const bagl_font_t * font = bagl_get_font (component -> font_id );
784
784
if (font ) {
785
- baseline = font -> baseline ;
785
+ baseline = font -> baseline ;
786
786
#ifndef DISPLAY_FLOWS
787
787
height_to_draw = component -> height ;
788
788
#endif
You can’t perform that action at this time.
0 commit comments