mirror of https://github.com/buggins/dlangui.git
close #272
This commit is contained in:
parent
f7cfc10bba
commit
95b794a500
|
@ -392,8 +392,10 @@ extern (C) int UIAppMain(string[] args) {
|
|||
};
|
||||
dlg.show();
|
||||
return true;
|
||||
} else
|
||||
return contentLayout.dispatchAction(a);
|
||||
}
|
||||
//else
|
||||
//return contentLayout.dispatchAction(a);
|
||||
return false;
|
||||
};
|
||||
mainMenu.menuItemClick = delegate(MenuItem item) {
|
||||
Log.d("mainMenu.onMenuItemListener", item.label);
|
||||
|
|
Loading…
Reference in New Issue