zoomedit: Warnung gefixt
This commit is contained in:
parent
d7a846e58a
commit
1bce1d8ad7
1 changed files with 1 additions and 1 deletions
2
draw.cpp
2
draw.cpp
|
@ -99,7 +99,7 @@ gboolean drawTopView(GtkWidget *widget, GdkEventExpose *event, gpointer data) {
|
||||||
gboolean vertexOk;
|
gboolean vertexOk;
|
||||||
static GdkPixmap *pixmap = NULL;
|
static GdkPixmap *pixmap = NULL;
|
||||||
static double lastImageWidth = 0.0, lastImageHeight = 0.0;
|
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;
|
static int lastEditMode = 0;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
Reference in a new issue