diff --git a/src/window.cpp b/src/window.cpp index b46fa16e..7409d29c 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -422,6 +422,7 @@ void Window::screenshot(float zoom) { // Create widgets app::ModuleWidget *mw = model->createModuleWidgetNull(); widget::FramebufferWidget *fb = new widget::FramebufferWidget; + fb->oversample = 2; fb->addChild(mw); fb->scale = math::Vec(zoom, zoom);