mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:00:05 +00:00
fix formatting for radarSiteThreshold_.SetMaximum
This commit is contained in:
parent
74066aa195
commit
7dabda88ff
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ public:
|
|||
nmeaBaudRate_.SetMinimum(1);
|
||||
nmeaBaudRate_.SetMaximum(999999999);
|
||||
radarSiteThreshold_.SetMinimum(-10000);
|
||||
radarSiteThreshold_.SetMaximum( 10000);
|
||||
radarSiteThreshold_.SetMaximum(10000);
|
||||
|
||||
customStyleDrawLayer_.SetTransform([](const std::string& value)
|
||||
{ return boost::trim_copy(value); });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue