mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
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:
parent
46370269a1
commit
6694757683
@ -1,4 +1,4 @@
|
||||
//-------------------------------------------------------------- MainWindow
|
||||
//------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
|
||||
|
@ -367,5 +367,6 @@ void WideGraph::readPalette(QString fileName)
|
||||
|
||||
void WideGraph::on_paletteComboBox_activated(const QString &palette)
|
||||
{
|
||||
m_waterfallPalette=palette;
|
||||
readPalette("Palettes/" + palette + ".pal");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user