Skip to content

Commit

Permalink
feat (mvWindow): added no_open_over_existing_popup keyword to window
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Dec 31, 2021
1 parent 18fb6e2 commit 68840ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DearPyGui/src/ui/AppItems/containers/mvWindowAppItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ namespace Marvel {
_windowflags = titem->_windowflags;
_oldWindowflags = titem->_oldWindowflags;
_modal = titem->_modal;
_no_open_over_existing_popup = titem->_no_open_over_existing_popup;
_popup = titem->_popup;
_autosize = titem->_autosize;
_no_resize = titem->_no_resize;
Expand Down

0 comments on commit 68840ea

Please sign in to comment.