Searched hist:d7ed9414a3260efaed0fa9de5dde9bb8c0bc11ef (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/deskbar/ |
H A D | BarView.h | d7ed9414a3260efaed0fa9de5dde9bb8c0bc11ef Sun Jul 22 19:53:19 UTC 2012 Rene Gollent <anevilyak@gmail.com> Fix #8523.
- When the message filter would receive and process a mouse moved message, if the message resulted in causing the deskbar to relocate or reorient itself, it was possible for the expando view to become detached from the looper. Consequently, if the intercepted mouse moved happened to have come from the latter, when returning out of the filter the view would no longer have a target looper, triggering a debugger condition in BLooper. In order to prevent this situation, we now dispatch a message asking for the layout change to occur asynchronously.
|
H A D | StatusView.cpp | d7ed9414a3260efaed0fa9de5dde9bb8c0bc11ef Sun Jul 22 19:53:19 UTC 2012 Rene Gollent <anevilyak@gmail.com> Fix #8523.
- When the message filter would receive and process a mouse moved message, if the message resulted in causing the deskbar to relocate or reorient itself, it was possible for the expando view to become detached from the looper. Consequently, if the intercepted mouse moved happened to have come from the latter, when returning out of the filter the view would no longer have a target looper, triggering a debugger condition in BLooper. In order to prevent this situation, we now dispatch a message asking for the layout change to occur asynchronously.
|
H A D | BarView.cpp | d7ed9414a3260efaed0fa9de5dde9bb8c0bc11ef Sun Jul 22 19:53:19 UTC 2012 Rene Gollent <anevilyak@gmail.com> Fix #8523.
- When the message filter would receive and process a mouse moved message, if the message resulted in causing the deskbar to relocate or reorient itself, it was possible for the expando view to become detached from the looper. Consequently, if the intercepted mouse moved happened to have come from the latter, when returning out of the filter the view would no longer have a target looper, triggering a debugger condition in BLooper. In order to prevent this situation, we now dispatch a message asking for the layout change to occur asynchronously.
|