From de42cc46a70909a18028d0ca934761c606d5cc34 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 9 Jan 2025 16:49:35 +0800 Subject: [PATCH] panel: Update Panel `toolbar_buttons` method to use ViewContext. (#536) ## Break changes The `toolbar_buttons` trait method in Panel has been changed: ```diff - fn toolbar_buttons(&self, cx: &WindowContext) -> Vec