mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
FractoriumPalette.cpp edited online with Bitbucket
This commit is contained in:
parent
fcdfb0b300
commit
96e8bcdb23
@ -398,7 +398,7 @@ void FractoriumEmberController<T>::PaletteEditorButtonClicked()
|
|||||||
ed->SetPreviousColorIndices(colorIndices); // also necessary because the colors are changed in palette editor
|
ed->SetPreviousColorIndices(colorIndices); // also necessary because the colors are changed in palette editor
|
||||||
ed->SetPaletteFile(m_CurrentPaletteFilePath);
|
ed->SetPaletteFile(m_CurrentPaletteFilePath);
|
||||||
|
|
||||||
#ifndef __linux__
|
#ifdef __linux__
|
||||||
ed->show();
|
ed->show();
|
||||||
#else
|
#else
|
||||||
SyncPalette(ed->exec() == QDialog::Accepted);
|
SyncPalette(ed->exec() == QDialog::Accepted);
|
||||||
@ -427,7 +427,7 @@ void Fractorium::OnPaletteEditorButtonClicked(bool checked)
|
|||||||
connect(m_PaletteEditor, SIGNAL(PaletteChanged()), this, SLOT(OnPaletteEditorColorChanged()), Qt::QueuedConnection);
|
connect(m_PaletteEditor, SIGNAL(PaletteChanged()), this, SLOT(OnPaletteEditorColorChanged()), Qt::QueuedConnection);
|
||||||
connect(m_PaletteEditor, SIGNAL(PaletteFileChanged()), this, SLOT(OnPaletteEditorFileChanged()), Qt::QueuedConnection);
|
connect(m_PaletteEditor, SIGNAL(PaletteFileChanged()), this, SLOT(OnPaletteEditorFileChanged()), Qt::QueuedConnection);
|
||||||
connect(m_PaletteEditor, SIGNAL(ColorIndexChanged(size_t, float)), this, SLOT(OnPaletteEditorColorIndexChanged(size_t, float)), Qt::QueuedConnection);
|
connect(m_PaletteEditor, SIGNAL(ColorIndexChanged(size_t, float)), this, SLOT(OnPaletteEditorColorIndexChanged(size_t, float)), Qt::QueuedConnection);
|
||||||
#ifndef __linux__
|
#ifdef __linux__
|
||||||
connect(m_PaletteEditor, SIGNAL(finished(int)), this, SLOT(OnPaletteEditorFinished(int)), Qt::QueuedConnection);
|
connect(m_PaletteEditor, SIGNAL(finished(int)), this, SLOT(OnPaletteEditorFinished(int)), Qt::QueuedConnection);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user