Searched hist:b932a5a45f86add0cdfca66be71bba585b338588 (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/deskbar/ |
H A D | BarWindow.cpp | b932a5a45f86add0cdfca66be71bba585b338588 Sun Apr 15 07:20:39 UTC 2012 John Scipione <jscipione@gmail.com> Fix bug #8004
Dragging the Deskbar with CTRL+ALT+mouse not possible with Auto-raise and Auto-hide disabled.
The reason this only worked with auto-raise or auto-hide enabled is because the EventMask on BarView was only set to received mouse events when those were settings were enabled. Apparently someone figured this out. So, to fix this bug I set BarView to always accept mouse events. Doesn't appear to have any obvious negative consequences. Auto-hide and auto-raise still work.
I also added a comment in BarWindow::MenusBeginning(). It is setting the EventMask of BarView to 0 and then back again in TBarWindow::MenusEnded() to get around a bug in BeOS (according to the comment anyway). I took out those lines and didn't notice anything different so I assume that whatever the bug was it is fixed and now and we can take those lines out permenantly.
|
H A D | BarApp.cpp | b932a5a45f86add0cdfca66be71bba585b338588 Sun Apr 15 07:20:39 UTC 2012 John Scipione <jscipione@gmail.com> Fix bug #8004
Dragging the Deskbar with CTRL+ALT+mouse not possible with Auto-raise and Auto-hide disabled.
The reason this only worked with auto-raise or auto-hide enabled is because the EventMask on BarView was only set to received mouse events when those were settings were enabled. Apparently someone figured this out. So, to fix this bug I set BarView to always accept mouse events. Doesn't appear to have any obvious negative consequences. Auto-hide and auto-raise still work.
I also added a comment in BarWindow::MenusBeginning(). It is setting the EventMask of BarView to 0 and then back again in TBarWindow::MenusEnded() to get around a bug in BeOS (according to the comment anyway). I took out those lines and didn't notice anything different so I assume that whatever the bug was it is fixed and now and we can take those lines out permenantly.
|
H A D | BarView.cpp | b932a5a45f86add0cdfca66be71bba585b338588 Sun Apr 15 07:20:39 UTC 2012 John Scipione <jscipione@gmail.com> Fix bug #8004
Dragging the Deskbar with CTRL+ALT+mouse not possible with Auto-raise and Auto-hide disabled.
The reason this only worked with auto-raise or auto-hide enabled is because the EventMask on BarView was only set to received mouse events when those were settings were enabled. Apparently someone figured this out. So, to fix this bug I set BarView to always accept mouse events. Doesn't appear to have any obvious negative consequences. Auto-hide and auto-raise still work.
I also added a comment in BarWindow::MenusBeginning(). It is setting the EventMask of BarView to 0 and then back again in TBarWindow::MenusEnded() to get around a bug in BeOS (according to the comment anyway). I took out those lines and didn't notice anything different so I assume that whatever the bug was it is fixed and now and we can take those lines out permenantly.
|