mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Search: Use wxDataViewCtrl instead of wxListBox.
Added icons as a markers of settings type For slDlg settings layout mode added process of "Ctrl+F" shortcut
This commit is contained in:
parent
9487676680
commit
5c1d73682d
6 changed files with 240 additions and 85 deletions
|
@ -92,6 +92,12 @@ void Field::PostInitialize()
|
|||
case '2': { tab_id = 1; break; }
|
||||
case '3': { tab_id = 2; break; }
|
||||
case '4': { tab_id = 3; break; }
|
||||
#ifdef __APPLE__
|
||||
case 'f':
|
||||
#else /* __APPLE__ */
|
||||
case WXK_CONTROL_F:
|
||||
#endif /* __APPLE__ */
|
||||
case 'F': { wxGetApp().plater()->search(false); break; }
|
||||
default: break;
|
||||
}
|
||||
if (tab_id >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue