Skip to content

Commit

Permalink
Merge pull request #784 from Spartan322/4.3-no-close-pick-colorpicker
Browse files Browse the repository at this point in the history
[4.3] Remove hide on `ColorPicker` color picking
  • Loading branch information
Spartan322 authored Oct 25, 2024
2 parents 3c56310 + 59101cb commit d8eab9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scene/gui/color_picker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,6 @@ void ColorPicker::_pick_finished() {
}
is_picking_color = false;
set_process_internal(false);
picker_window->hide();
}

void ColorPicker::_pick_button_pressed_legacy() {
Expand Down

0 comments on commit d8eab9a

Please sign in to comment.