P-McG / BT-MatML-Editor

Material Text Editor for the xml MatML schema (https://www.matml.org)
GNU General Public License v3.0
6 stars 0 forks source link

void OnPasteCurrencyCode(wxCommandEvent& event); #15

Open P-McG opened 2 years ago

P-McG commented 2 years ago

void OnPasteCurrencyCode(wxCommandEvent& event);

P-McG commented 2 years ago

Currently the Unit->CurrencyCode and Unit->Name are treated like a attribute. This was done so that both are not applied to the element. This however doesn't reflect that both of these are elements and not attributes. Another, system needs to be in place where only one of either of these elements are inserted or paste into Unit element but not both.