Ticket #154 (closed bug: invalid)
Please add B_AVOID_FOCUS to TBarWindow.
| Reported by: | bxi07354@… | Owned by: | axeld |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | Applications | Version: | |
| Cc: | Blocked By: | ||
| Platform: | Blocking: |
Description
src/apps/deskbar/BarWindow.cpp
Please add B_AVOUD_FOCUS to TBarWindow. TBarWindow::TBarWindow()
: BWindow(BRect(-1000.0f, -1000.0f, -1000.0f, -1000.0f), "Deskbar",
B_BORDERED_WINDOW, B_WILL_ACCEPT_FIRST_CLICK | B_NOT_ZOOMABLE | B_NOT_CLOSABLE
| B_NOT_MOVABLE | B_AVOID_FRONT | B_ASYNCHRONOUS_CONTROLS | B_AVOID_FOCUS,
B_ALL_WORKSPACES)
Change History
Note: See
TracTickets for help on using
tickets.
