mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-24 07:19:24 -07:00
Custom control : Bug fixing
* OG_CustomCtrl is inherited from the wxPanel instead of the wxControl now. As a result, Tab-key is working now for the fields inside the custom control * Open localized web-page if any exist for labels + Fixed update of icons inside the PresetComboBoxes after switching between Dark/Light modes
This commit is contained in:
committed by
Oleksandra Yushchenko
parent
32b8be600c
commit
b2700a8ac6
@@ -25,7 +25,7 @@
|
||||
namespace Slic3r { namespace GUI {
|
||||
|
||||
// Static text shown among the options.
|
||||
class OG_CustomCtrl :public wxControl
|
||||
class OG_CustomCtrl :public wxPanel
|
||||
{
|
||||
wxFont m_font;
|
||||
int m_v_gap;
|
||||
|
||||
Reference in New Issue
Block a user