@tpl_arch wrote:
...The problem is after you use "inherit properties" one time...
Exactly: as you may have noticed, your actions there changed HPLAYER's settings. To go back, you have to change it yourself too from the same pop-up (or commandline).
Point is, there is no auto-reset in the program if you the user don't create the auto-reset first. AutoCAD has no such option if you id not like or wish to use my tip in my last reply about using SYSVARMONITOR command.
Does that all make more sense now?
To recap:
1) If you only launch HATCH command from a button, then you can add HPLAYER to the start of the button macro in CUI command.
2) If you only type H to launch HATCH command, you create a LISP that is called H that does that and in the interim sets HPLAYER back.
3) if you do both, as many do, you'll need to pre-plan to have both fixes in place first.
4) Commit to only using SYSVARMONITOR command and it's alerts to reset everything back.
5) Startup Script, but that only works once.
How would you like to proceed? 1, 2, 3 and/or 4?
Let us know. Choices are limited my friend.