issues
search
visualgitio
/
LGit
Git porcelain & MSSCCI provider
Other
11
stars
2
forks
source link
Make top-level dialogs non-modal
#46
Open
NattyNarwhal
opened
3 years ago
NattyNarwhal
commented
3 years ago
I assume on close/uninit we need to close all the dialogs or Bad Shit happens. We can prob just keep an
std::vector
of HWNDs.
How does this come into play with an event loop?
Probably applies for history, diff, commit view, and explorer for now
std::vector
of HWNDs.