Preston Cothren
Preston Cothren
https://github.com/ocornut/imgui/blob/467a1cd4a583edd55db310c82e2823692616e108/imgui.h#L2326-L2327 probably shouldn't put it in imgui.h
Our documentation for all inputs is incorrect about stepfast keyword. StepFast activation requires holding the ctrl key and stepping ctrl+click (or click and hold) on increment to enable fast stepping
documentation is corrected in #1794
fixed in #1794
Any changes in imgui.h would be overwritten when we pull in the newer version of imgui.h
fixed build errors ( and, or) fixed documentation style (spaces not tabs) cause problem with presentation as .rst in ReadTheDocs only change was to go ahead and send data through...
changing this https://github.com/hoffstadt/DearPyGui/blob/bb4d8265d7044f565b956fc65a203f0b1e4ac08d/thirdparty/ImGuiFileDialog/ImGuiFileDialog.cpp#L1286 to this ```auto fileName = file.path().filename().u8string();``` solves the issue although we have to make the decision to fix it on our branch or do a PR on...
related to #299 https://github.com/hoffstadt/DearPyGui/issues/299#issuecomment-1305007580