|
@@ -120,6 +120,9 @@ LineEdit *SpinBox::get_line_edit() {
|
|
}
|
|
}
|
|
|
|
|
|
void SpinBox::_line_edit_input(const Ref<InputEvent> &p_event) {
|
|
void SpinBox::_line_edit_input(const Ref<InputEvent> &p_event) {
|
|
|
|
+ if (drag.enabled) {
|
|
|
|
+ line_edit->accept_event();
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
void SpinBox::_range_click_timeout() {
|
|
void SpinBox::_range_click_timeout() {
|