Save/restore of user's palette choice was broken. Now fixed.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3534 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-08-08 00:16:13 +00:00
parent be6f085104
commit 47c4245984
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
//-------------------------------------------------------------- MainWindow
//------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"

View File

@ -367,5 +367,6 @@ void WideGraph::readPalette(QString fileName)
void WideGraph::on_paletteComboBox_activated(const QString &palette)
{
m_waterfallPalette=palette;
readPalette("Palettes/" + palette + ".pal");
}