mirror of
https://github.com/gwm17/implot.git
synced 2024-11-23 02:38:53 -05:00
commit
9b098b816c
|
@ -2577,7 +2577,7 @@ inline void PlotDigitalEx(const char* label_id, Getter getter, int count, int of
|
||||||
if (gp.FitThisFrame) {
|
if (gp.FitThisFrame) {
|
||||||
for (int i = 0; i < count; ++i) {
|
for (int i = 0; i < count; ++i) {
|
||||||
ImVec2 p = getter(i);
|
ImVec2 p = getter(i);
|
||||||
FitPoint(p);
|
FitPoint(ImVec2(p.x, 0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user