mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 10:35:21 +02:00
Added VFO coloring option
This commit is contained in:
@ -61,6 +61,8 @@ namespace ImGui {
|
||||
double minBandwidth;
|
||||
double maxBandwidth;
|
||||
bool bandwidthLocked;
|
||||
|
||||
ImU32 color = IM_COL32(255, 255, 255, 50);
|
||||
};
|
||||
|
||||
class WaterFall {
|
||||
|
Reference in New Issue
Block a user