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