mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-01 11:04:13 -06:00
FIX: stop keyboard tab navigation in StaticLine/SpinInput
Change-Id: Id0287418acc36bf9f74a62df79ecf99354f01cc9
This commit is contained in:
parent
807cc2236d
commit
173b43d2bd
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ StaticLine::StaticLine(wxWindow* parent, bool vertical, const wxString& label)
|
|||
{
|
||||
wxWindow::SetBackgroundColour(parent->GetBackgroundColour());
|
||||
this->pen = wxPen(wxColour("#C4C4C4"));
|
||||
DisableFocusFromKeyboard();
|
||||
SetFont(Label::Body_14);
|
||||
SetLabel(label);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue