Skip to content

Commit

Permalink
Remove hide on ColorPicker color picking
Browse files Browse the repository at this point in the history
(cherry picked from commit blazium-engine/blazium@f7c6762)

Co-authored-by: Mounir Tohami <[email protected]>
  • Loading branch information
Spartan322 and WhalesState committed Oct 23, 2024
1 parent ff0b71c commit 59101cb
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 @@ -1542,7 +1542,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 59101cb

Please sign in to comment.