Do not steal focus from LSL script error console
When selecting a list item in the script error console the focus was moved to the script text editor. Errors could only be copied with the keyboard shortcut while clicking and holding the mouse on a single item. The output can now be selected to allow copying with keyboard shortcuts (CTRL-C) and (multiple) selection like any other list (CTRL + left mouse or CTRL-A).
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<scroll_list background_visible="true" bottom="-457" column_padding="5" draw_border="true"
|
||||
draw_heading="false" draw_stripes="true" enabled="true"
|
||||
follows="left|right|bottom" height="60" left="4" mouse_opaque="true"
|
||||
multi_select="false" name="lsl errors" width="492" />
|
||||
multi_select="true" name="lsl errors" width="492" />
|
||||
<combo_box allow_text_entry="false" bottom="-499" enabled="true" follows="left|bottom"
|
||||
height="20" label="Insert..." left="12" max_chars="20" mouse_opaque="true"
|
||||
name="Insert..." width="128" />
|
||||
|
||||
Reference in New Issue
Block a user