Skip to content

Commit e1790ea

Browse files
committed
fix spectrum not showing after UI reopen
1 parent b65f497 commit e1790ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/Kaixo/SpectralRotator/Gui/SpectralViewer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ namespace Kaixo::Gui {
1414
{
1515
setWantsKeyboardFocus(true);
1616
wantsIdle(true);
17+
18+
reGenerateImage(true);
1719
}
1820

1921
SpectralViewer::~SpectralViewer() {

0 commit comments

Comments
 (0)