mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Add angle unit preference in apps
Change-Id: I25eb760883d164563cb3059d73e8d1fff92ad6da
This commit is contained in:
@@ -59,7 +59,7 @@ void Calculation::setContent(const char * c, Context * context, Preferences * pr
|
||||
if (m_output != nullptr) {
|
||||
delete m_output;
|
||||
}
|
||||
m_output = m_input->evaluate(*context);
|
||||
m_output = m_input->evaluate(*context, preferences->angleUnit());
|
||||
if (m_outputLayout != nullptr) {
|
||||
delete m_outputLayout;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user