mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06: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:
parent
32b8be600c
commit
b2700a8ac6
4 changed files with 18 additions and 9 deletions
|
@ -1010,6 +1010,7 @@ void Tab::msw_rescale()
|
|||
void Tab::sys_color_changed()
|
||||
{
|
||||
update_tab_ui();
|
||||
m_presets_choice->msw_rescale();
|
||||
|
||||
// update buttons and cached bitmaps
|
||||
for (const auto btn : m_scaled_buttons)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue