Fix invalid conversion

This commit is contained in:
Mario Hüttel 2018-12-22 19:13:33 +01:00
parent 6bb05890b9
commit 15ff68ea74
1 changed files with 2 additions and 2 deletions

View File

@ -202,8 +202,8 @@ end_destroy:
static void on_convert_clicked(gpointer button, gpointer user)
{
static struct render_settings sett = {
.scale = 1000.0f,
.renderer = RENDERER_LATEX_TIKZ,
.scale = 1000.0,
.renderer = RENDERER_LATEX_TIKZ,
};
struct convert_button_data *data = (struct convert_button_data *)user;
GtkTreeSelection *selection;