diff options
Diffstat (limited to 'gui/common.h')
-rw-r--r-- | gui/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/common.h b/gui/common.h index cf82f47..c67ef76 100644 --- a/gui/common.h +++ b/gui/common.h @@ -65,7 +65,7 @@ struct gui_hist { struct gui_ctx { GtkWidget *da; - unsigned zoom; /* scale by 1.0 / (1 << zoom) */ + float scale; /* pixels = eeschema * scale */ int x, y; /* center, in eeschema coordinates */ struct pl_ctx *pl; // @@@ |