diff --git a/src/frame/toptoolbar.cpp b/src/frame/toptoolbar.cpp index 1360842f..f42ebca2 100644 --- a/src/frame/toptoolbar.cpp +++ b/src/frame/toptoolbar.cpp @@ -205,7 +205,7 @@ void TopTilte::initMenu() CPrintManager manager(drawApp->topMainWindowWidget()); auto page = drawApp->drawBoard()->currentPage(); if (page != nullptr && page->context() != nullptr) - manager.showPrintDialog(page->context()->renderToImage(), drawApp->topMainWindowWidget(), + manager.showPrintDialog(page->context()->renderToImage(Qt::white), drawApp->topMainWindowWidget(), page->name()); }); } else {