diff --git a/DumBer b/DumBer index 691787f..eab4aa5 100755 Binary files a/DumBer and b/DumBer differ diff --git a/MainWindow.h b/MainWindow.h index 594a412..4295d54 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -37,7 +37,7 @@ public: // Overriding FrameResized to receive notifications on resize void FrameResized(float newWidth, float newHeight) override { - printf("Window resized to: Width = %f, Height = %f\n", newWidth, newHeight); + //printf("Window resized to: Width = %f, Height = %f\n", newWidth, newHeight); // Resize the scroll view if necessary, otherwise we lose scroll ability }