Skip to content

Commit

Permalink
DeskbarView: call BView::MessageReceived if we don't handle the message
Browse files Browse the repository at this point in the history
This fixes mouse button handling in the Deskbar replicant.
  • Loading branch information
augiedoggie authored and korli committed Oct 22, 2024
1 parent 5afe6d4 commit 9096d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deskbar add-on/DeskbarView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ void DeskbarView::MessageReceived( BMessage *msg ) {
if (msg->what=='Remv') {
BDeskbar deskbar;
deskbar.RemoveItem(VIEW_NAME);
}
} else
BView::MessageReceived(msg);

}

Expand Down

0 comments on commit 9096d43

Please sign in to comment.