hoffstadt / hoffstadt/DearPyGui
Wrong default arrow direction
Open
state: pending
type: bug
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
## Version of Dear PyGui
Version: 2.1.1
Operating System: Windows 11
## My Issue/Question
Arrow on the button by default must point up, but it points to the left (screenshot 1).
## To Reproduce
Steps to reproduce the behavior:
1. Go to dearpygui/demo.py
2. Go to line 297
3. Change `direction=dpg.mvDir_Left` to `direction=dpg.mvDir_Up`
## Expected behavior
Arrow should point up (modified second button on screenshot 2).
## Screenshots/Video
Screenshot 1:
Screenshot 2:
Contributor guide
Assessment
This issue has not been assessed yet.