mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Ref T225, use coordinate dialog in weather component
Remark: There was a redundant, also unfinished code in weather UI component for coordinate entry. This is now encapsulated in coordinate form/dialog.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexScenarioIndex = BlackMisc::CPropertyIndex::GlobalIndexCWeatherScenario,
|
||||
IndexScenarioIndex = CPropertyIndex::GlobalIndexCWeatherScenario,
|
||||
IndexScenarioName,
|
||||
IndexScenarioDescription
|
||||
};
|
||||
@@ -95,7 +95,6 @@ namespace BlackMisc
|
||||
BLACK_METAMEMBER(scenarioDescription)
|
||||
);
|
||||
};
|
||||
|
||||
} //namespace
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user