mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Stashed data file can be dropped to model view
* utility functions * style changes / renamings / slots -> normal functions * extra flag to enable file drop (and changed signatures) * split view load function into 2 parts, one can use passed file parameter
This commit is contained in:
@@ -277,7 +277,11 @@ namespace BlackGui
|
||||
emit requestHandlingOfStashDrop(airline); // I need to convert to stanard livery, which I can`t do here
|
||||
}
|
||||
}
|
||||
} // valid mime?
|
||||
}
|
||||
else
|
||||
{
|
||||
CViewBase::dropEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
void CAircraftModelView::customMenu(CMenuActions &menuActions)
|
||||
|
||||
Reference in New Issue
Block a user