Marcelo Acuña wrote:
Hello,
When I open an inset that contain an ERT is not show a handle (button) for close it.
I must make a left click and choose option close from menu instead more easy click over handle.
All others inset work well.
That was an intentional design decision. But this is all configurable in
1.6. Copy the file stdinsets.inc to your local user directory, and look
for "InsetLayout ERT". If you change the line that says "Decoration
minimalistic" to "Decoration classic", you'll get the old look back. You
could also do this with a module. In fact, the Minimalistic module (see
Document>Settings>Document Class>Modules) does nothing but redefine the
look of some insets.
You can also use Ctrl-I to close it, by the way. Faster than using the
mouse.
rh