Fix wrong rounding in PreviewWindow (fixes #3773)

This commit is contained in:
Flössie
2017-08-14 21:52:01 +02:00
parent c01fc8b098
commit 411b7b5975
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ private:
ImageArea* imageArea;
int imgX, imgY, imgW, imgH;
double zoom;
int press_x, press_y;
double press_x, press_y;
bool isMoving;
bool needsUpdate;
CursorShape cursor_type;