#3615 Fix z-order so packers are added after other components

*  Valves are added last of all
* This way packers are displayed on top of perforation intervals and fishbones.
This commit is contained in:
Gaute Lindkvist
2018-12-05 09:11:24 +01:00
parent c1c897d7a4
commit 4591d9f20e
2 changed files with 38 additions and 23 deletions

View File

@@ -40,6 +40,8 @@ namespace RiaDefines
UNDEFINED = 999
};
// WARNING: DO NOT CHANGE THE ORDER WITHOUT KNOWING WHAT YOU ARE DOING!
// You may well change the behaviour of property filters.
enum WellPathComponentType {
// Production Tube
WELL_PATH,