Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pozemka committed Aug 21, 2023
1 parent ac2ae29 commit f0e1f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implot.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ enum ImPlotDragToolFlags_ {
ImPlotDragToolFlags_NoFit = 1 << 1, // the drag tool won't be considered for plot fits
ImPlotDragToolFlags_NoInputs = 1 << 2, // lock the tool from user inputs
ImPlotDragToolFlags_Delayed = 1 << 3, // tool rendering will be delayed one frame; useful when applying position-constraints
ImPlotDragToolFlags_ClickIsDrag = 1 << 4, // click is considered as dragging
ImPlotDragToolFlags_ClickIsDrag = 1 << 4, // click is treated same as dragging
};

// Flags for ColormapScale
Expand Down

0 comments on commit f0e1f95

Please sign in to comment.