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

@@ -22,6 +22,8 @@
#include "exiffiltersettings.h"
class RTSurface;
class FilterPanelListener
{
public:
@@ -61,6 +63,8 @@ protected:
ExifFilterSettings curefs;
FilterPanelListener* listener;
std::shared_ptr<RTSurface> ornamentSurface;
public:
FilterPanel ();