| 35 | constexpr auto timerPeriodMs = 1000 / 200; |
| 36 | |
| 37 | bool MayUsePenGradients() |
| 38 | { |
| 39 | // MacOS doesn't cope well with pen gradients. (Freezes in debug and is |
| 40 | // transperent in release.) |
| 41 | return wxPlatformInfo::Get().GetOperatingSystemId() & wxOS_WINDOWS; |
| 42 | } |
| 43 | |
| 44 | int GetActualCompressionLineWidth() |
| 45 | { |
no test coverage detected