Skip to content

Commit

Permalink
Fix issue #110 GxTuner Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed May 17, 2022
1 parent efccbd1 commit 4e799da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/LV2/xputty/widgets/xtuner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Widget_t* add_tuner(Widget_t *parent, const char * label,
wid->scale.gravity = CENTER;
// wid->flags &= ~USE_TRANSPARENCY;
wid->flags |= HAS_MEM;
cairo_select_font_face (wid->crb, "Sans", CAIRO_FONT_SLANT_NORMAL,
cairo_select_font_face (wid->crb, "FreeMono", CAIRO_FONT_SLANT_NORMAL,
CAIRO_FONT_WEIGHT_NORMAL);
wid->func.mem_free_callback = xtuner_mem_free;
wid->func.expose_callback = _draw_tuner;
Expand Down

0 comments on commit 4e799da

Please sign in to comment.