Skip to content

Commit a1d51fc

Browse files
committed
tmf: Move bookmark toggle marker to the background
The toggle marker is now moved to the background (re-ordering), for better visualization and representation. Signed-off-by: Kaveh Shahedi <[email protected]>
1 parent 74c9a13 commit a1d51fc

File tree

1 file changed

+1
-1
lines changed
  • tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph

1 file changed

+1
-1
lines changed

tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/TimeGraphViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2498,7 +2498,7 @@ public void runWithEvent(Event event) {
24982498
if (dialog.open() == Window.OK) {
24992499
final String label = dialog.getValue();
25002500
final RGBA rgba = dialog.getColorValue();
2501-
IMarkerEvent bookmark = new MarkerEvent(null, time, duration, IMarkerEvent.BOOKMARKS, rgba, label, true);
2501+
IMarkerEvent bookmark = new MarkerEvent(null, time, duration, IMarkerEvent.BOOKMARKS, rgba, label, false);
25022502
fBookmarks.add(bookmark);
25032503
updateMarkerList();
25042504
updateMarkerActions();

0 commit comments

Comments
 (0)