From 27223cecc131198166e02b7a3387b65d04daca00 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 31 Jul 2025 18:02:31 -0400 Subject: correct fix for s and i hotkeys in type browser --- ui/typebrowser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/typebrowser.h b/ui/typebrowser.h index b2fdcab2..61849aed 100644 --- a/ui/typebrowser.h +++ b/ui/typebrowser.h @@ -472,8 +472,8 @@ public: // makeSureItHasPlatform: if the type container is a BV with no platform (raw), ask for one and return nullopt if rejected // preferView: if the type container is a BV and the user/auto-only container, switch to the whole-view container for that BV instead std::optional selectedTypeContainer(bool makeSureItHasPlatform = true, bool preferView = false) const; - // Same as above, but if it returns nullopt, try again with m_data - std::optional selectedTypeContainerOrMData(bool makeSureItHasPlatform = true, bool preferView = false) const; + // Which (selection preferred) container should be used for creating new types + std::optional typeContainerForCreating(bool makeSureItHasPlatform = true, bool preferView = false) const; // Selected type container ids, or containers of selected types std::unordered_set selectedTypeContainerIds() const; -- cgit v1.3.1