Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed DragFloat Bug #2174 #2206

Closed
wants to merge 1 commit into from
Closed

Fixed DragFloat Bug #2174 #2206

wants to merge 1 commit into from

Conversation

Joshhua5
Copy link

g.DrawCurrentAccum remains positive/negative once the drag direction changes.

  • Please read https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md
  • When adding a feature, please describe the usage context (how you intend to use it, why you need it, etc.).
  • When adding a feature, try to attach screenshots/gifs to clarify the context and demonstrate the feature at a glance.
  • When fixing a warning or compilation problem, post the compiler log and specify the version and OS you are using.
  • Make sure your code follows the coding style already used in the codebase (4 spaces identation, no tabs, type* name, local_variable, FunctionName(), MemberName, // Text Comment, //CodeComment(), etc.). We don't use modern C++ idioms, we don't use C++ style cast, we don't use C++ headers, and we can compile without a C++11 compatible compiler.
  • Make sure you create a branch for the pull request. In Git, 1 PR is associated to 1 branch. If you keep pushing to the same branch after you submitted the PR, your new commits will appear in the PR.

(Clear this form before submitting your PR)

g.DrawCurrentAccum remains positive/negative once the drag direction changes.
@ocornut ocornut changed the title Fixed Bug #2174 Fixed DragFloat Bug #2174 Nov 29, 2018
@ocornut ocornut added the bug label Jan 3, 2019
@ocornut
Copy link
Owner

ocornut commented Jan 14, 2019

Thank you @Joshhua5 this is now merged!
(minor formatting fixes applied over your commit)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants