mirror of
https://github.com/gwm17/implot.git
synced 2024-11-13 22:48:50 -05:00
remove inline on LabelTickTime
This commit is contained in:
parent
fa10a03a53
commit
b369d62f86
|
@ -1021,7 +1021,7 @@ inline float GetDateTimeWidth(ImPlotDateTimeFmt fmt) {
|
|||
return ImGui::CalcTextSize(buffer).x;
|
||||
}
|
||||
|
||||
inline void LabelTickTime(ImPlotTick& tick, ImGuiTextBuffer& buffer, const ImPlotTime& t, ImPlotDateTimeFmt fmt) {
|
||||
void LabelTickTime(ImPlotTick& tick, ImGuiTextBuffer& buffer, const ImPlotTime& t, ImPlotDateTimeFmt fmt) {
|
||||
char temp[32];
|
||||
if (tick.ShowLabel) {
|
||||
tick.TextOffset = buffer.size();
|
||||
|
|
Loading…
Reference in New Issue
Block a user