Fixes ornament icon not correctly rendered

This commit is contained in:
Pandagrapher
2022-12-13 19:26:25 +01:00
parent 41a0bef2d8
commit 1a4de65f46
7 changed files with 16 additions and 7 deletions

View File

@@ -23,6 +23,7 @@
#include "guiutils.h"
class RTSurface;
class ExportPanelListener
{
public:
@@ -103,6 +104,8 @@ protected:
ExportPanelListener* listener;
std::shared_ptr<RTSurface> ornamentSurface;
void bypassALL_Toggled();
void use_fast_pipeline_toggled();
void SaveSettingsAsDefault();