View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020430 | MMW 5 | Skinning framework | public | 2023-11-23 21:44 | 2024-02-28 23:28 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.1 | ||||
Summary | 0020430: Waveform is hard to be skinned properly | ||||
Description | You have this in the waveform.js file: getStyleRuleValue('color', '.textColor') || 'white'; Which means that the waveform has always the same color as the basic text color set in the program by skin. But what if I want to set different colors for basic text and for waveform? It wouldn't be possible. I think it would be better if you use: getStyleRuleValue('color', '.waveform') || 'white' | ||||
Tags | No tags attached. | ||||
Fixed in build | 2831 | ||||