File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
lglpy/timeline/gui/timeline Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,13 @@ Selecting active events:
122122 * Left click to select/deselect
123123 * Shift + Left click to add to selection
124124 * Left click and drag to select multiple selection
125- * Select by group:
125+ * Select events by group:
126126 * Right click on an event, and use context menu
127+ * Group options available include:
128+ * By frame
129+ * By Vulkan queue submit
130+ * By Vulkan command
131+ * By Vulkan queue
127132* Clear selection:
128133 * Right click on a blank space on the canvas, and use context menu
129134
Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ class for documentation.
8181 'activate' , self .on_select_events_by_frame , clicked )
8282 menu .append (menui )
8383
84- menui = Gtk .MenuItem ('Select by submit' )
84+ menui = Gtk .MenuItem ('Select by queue submit' )
8585 menui .connect_object (
8686 'activate' , self .on_select_events_by_submit , clicked )
8787 menu .append (menui )
8888
89- menui = Gtk .MenuItem ('Select by workload ' )
89+ menui = Gtk .MenuItem ('Select by command ' )
9090 menui .connect_object (
9191 'activate' , self .on_select_events_by_workload , clicked )
9292 menu .append (menui )
You can’t perform that action at this time.
0 commit comments