From af4a3598016f44214b10d40967478298552aaa4e Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 20 Jun 2022 21:11:03 -0500 Subject: [PATCH] GUI: make spoiler actually visible --- src/gui/gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 9b37f987c..bb33073a3 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -3100,6 +3100,7 @@ bool FurnaceGUI::loop() { drawSubSongs(); drawFindReplace(); + drawSpoiler(); drawPattern(); drawEditControls(); drawSongInfo();