mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion/kandinsky] Move unicode to ion
This commit is contained in:
@@ -234,7 +234,7 @@ void SumGraphController::LegendView::setEditableZone(double d) {
|
||||
void SumGraphController::LegendView::setSumSymbol(Step step, double start, double end, double result, Layout functionLayout) {
|
||||
assert(step == Step::Result || functionLayout.isUninitialized());
|
||||
constexpr int sigmaSize = 2;
|
||||
const CodePoint sigma[sigmaSize] = {KDCodePointSpace, m_sumSymbol};
|
||||
const CodePoint sigma[sigmaSize] = {UCodePointSpace, m_sumSymbol};
|
||||
if (step == Step::FirstParameter) {
|
||||
m_sumLayout = LayoutHelper::CodePointString(sigma, sigmaSize);
|
||||
} else if (step == Step::SecondParameter) {
|
||||
|
||||
Reference in New Issue
Block a user