From 1bce1d8ad7c32ce7b6723a284842b6890cf5209f Mon Sep 17 00:00:00 2001 From: neoraider Date: Mon, 17 Sep 2007 08:33:03 +0000 Subject: zoomedit: Warnung gefixt --- draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draw.cpp b/draw.cpp index 7441a4c..ab21bd3 100644 --- a/draw.cpp +++ b/draw.cpp @@ -99,7 +99,7 @@ gboolean drawTopView(GtkWidget *widget, GdkEventExpose *event, gpointer data) { gboolean vertexOk; static GdkPixmap *pixmap = NULL; static double lastImageWidth = 0.0, lastImageHeight = 0.0; - static gint lastWidth = 0.0, lastHeight = 0.0; + static gint lastWidth = 0, lastHeight = 0; static int lastEditMode = 0; int i; -- cgit v1.2.3