Skip to content

Commit

Permalink
fix: 2d histogram series crash #1761 (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt authored May 11, 2022
1 parent 8087276 commit c26d2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DearPyGui/src/ui/AppItems/mvPlotting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,7 @@ DearPyGui::set_positional_configuration(PyObject* inDict, mv2dHistogramSeriesCon
return;

(*outConfig.value)[0] = ToDoubleVect(PyTuple_GetItem(inDict, 0));
(*outConfig.value)[1] = ToDoubleVect(PyTuple_GetItem(inDict, 1));
}

void
Expand Down

0 comments on commit c26d2c9

Please # to comment.