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

@@ -220,6 +220,7 @@ private:
EditDataProvider *editDataProvider;
sigc::connection notebookconn;
bool photoLoadedOnce; // Used to indicated that a photo has been loaded yet
std::shared_ptr<RTSurface> ornamentSurface;
Gtk::Widget* prevPage;
public: