mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #613, changes as proposed by MS
https://dev.vatsim-germany.org/issues/613#note-3
This commit is contained in:
@@ -483,8 +483,7 @@ namespace BlackGui
|
||||
|
||||
void CDbMappingComponent::ps_tabIndexChanged(int index)
|
||||
{
|
||||
TabIndex ti = static_cast<CDbMappingComponent::TabIndex>(index);
|
||||
|
||||
CDbMappingComponent::TabIndex ti = static_cast<CDbMappingComponent::TabIndex>(index);
|
||||
switch (ti)
|
||||
{
|
||||
case CDbMappingComponent::TabOwnModelSet:
|
||||
|
||||
Reference in New Issue
Block a user