Merge pull request #9717 from chennes/pathFixCompilation

Path: Remove DefaultExtentsColor
This commit is contained in:
Chris Hennes
2023-06-02 19:43:18 -08:00
committed by GitHub
3 changed files with 0 additions and 4 deletions

View File

@@ -8,7 +8,6 @@
<FCUInt Name="DefaultNormalPathColor" Value="11141375"/>
<FCUInt Name="DefaultRapidPathColor" Value="2852126975"/>
<FCUInt Name="DefaultPathMarkerColor" Value="1442775295"/>
<FCUInt Name="DefaultExtentsColor" Value="3823363071"/>
<FCUInt Name="DefaultProbePathColor" Value="4294903295"/>
<FCUInt Name="DefaultHighlightPathColor" Value="4286382335"/>
<FCUInt Name="DefaultBBoxSelectionColor" Value="3372220415"/>

View File

@@ -30,7 +30,6 @@
<FCUInt Name="DefaultNormalPathColor" Value="11141375"/>
<FCUInt Name="DefaultRapidPathColor" Value="2852126975"/>
<FCUInt Name="DefaultPathMarkerColor" Value="1442775295"/>
<FCUInt Name="DefaultExtentsColor" Value="3823363071"/>
<FCUInt Name="DefaultProbePathColor" Value="4294903295"/>
<FCUInt Name="DefaultHighlightPathColor" Value="4286382335"/>
<FCUInt Name="DefaultBBoxSelectionColor" Value="3372220415"/>

View File

@@ -56,7 +56,6 @@ void DlgSettingsPathColor::saveSettings()
ui->DefaultRapidPathColor->onSave();
ui->DefaultPathLineWidth->onSave();
ui->DefaultPathMarkerColor->onSave();
ui->DefaultExtentsColor->onSave();
ui->DefaultProbePathColor->onSave();
ui->DefaultHighlightPathColor->onSave();
ui->DefaultBBoxSelectionColor->onSave();
@@ -72,7 +71,6 @@ void DlgSettingsPathColor::loadSettings()
ui->DefaultRapidPathColor->onRestore();
ui->DefaultPathLineWidth->onRestore();
ui->DefaultPathMarkerColor->onRestore();
ui->DefaultExtentsColor->onRestore();
ui->DefaultProbePathColor->onRestore();
ui->DefaultHighlightPathColor->onRestore();
ui->DefaultBBoxSelectionColor->onRestore();