Skip to content

Commit

Permalink
core: fix few bugs and clean up code/documentation
Browse files Browse the repository at this point in the history
- fix typos and remove useless comments
- restore old documentation
- revert BOM changes
- revert adding of `set_anti_aliasing` function in favour of adding new parameters to `configure_app`
- change documentation of some parameters
- remove useless variables like `unsaved_document`
- fix "Mouse clicks count" so that now shows the number of counts and not the button creating them
- implement `_query_dirty` to make the query rects behave correctly inside plots and fix callback for them
- change `DEPRECATED_KEYWORD_ARG` parameter
- hide redundant window in `StackWindow`
- fix bug related to tooltip with angle headers
- restore missing Docking style colors
  • Loading branch information
SamuMazzi authored and hoffstadt committed Sep 17, 2024
1 parent ad743d6 commit ed7537a
Show file tree
Hide file tree
Showing 23 changed files with 142 additions and 197 deletions.
10 changes: 4 additions & 6 deletions dearpygui/_dearpygui.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 12 additions & 24 deletions dearpygui/_dearpygui_RTD.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ed7537a

Please sign in to comment.