From 522285b55556b954c786d254388c4b0e45f05a14 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 13 Oct 2021 04:21:23 +0200 Subject: Fix lbry launch icon not loading, incorrect tabs body items cleared on tab switch --- include/Tabs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Tabs.hpp') diff --git a/include/Tabs.hpp b/include/Tabs.hpp index b7d8de6..51a7e9d 100644 --- a/include/Tabs.hpp +++ b/include/Tabs.hpp @@ -33,7 +33,7 @@ namespace QuickMedia { void set_selected(int index); int get_selected() const; - std::function on_change_tab = nullptr; + std::function on_change_tab = nullptr; private: void move_selected_tab(int new_tab); float tab_index_to_x_offset(int index); -- cgit v1.2.3