mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Removed tab focus from keyframe widget.
This commit is contained in:
@@ -5,6 +5,7 @@ lcKeyFrameWidget::lcKeyFrameWidget(QWidget* Parent)
|
||||
: QCheckBox(Parent)
|
||||
{
|
||||
setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
setFocusPolicy(Qt::ClickFocus);
|
||||
setCheckable(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user