Opens the menu with the same parent on mouse focus

This commit is contained in:
Guilherme Felipe
2018-06-22 23:51:47 -03:00
parent 62f2a8aadb
commit d1f5deabd8
4 changed files with 30 additions and 4 deletions

View File

@ -2972,7 +2972,6 @@ Control::Control() {
data.SI = NULL;
data.MI = NULL;
data.RI = NULL;
data.modal = false;
data.theme_owner = NULL;
data.modal_exclusive = false;
data.default_cursor = CURSOR_ARROW;