Fixed a bug where mouse button focus breaks when using multiple buttons at once.

This commit is contained in:
Nathan Warden 2017-12-16 18:34:32 -05:00
parent 83291eab3a
commit fcba654bb8

View file

@ -1640,7 +1640,7 @@ void Viewport::_gui_input_event(Ref<InputEvent> p_event) {
if (mb->is_pressed()) {
Size2 pos = mpos;
if (gui.mouse_focus && mb->get_button_index() != gui.mouse_focus_button) {
if (gui.mouse_focus && mb->get_button_index() != gui.mouse_focus_button && mb->get_button_index() == BUTTON_LEFT) {
//do not steal mouse focus and stuff