mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
The FIXMEs must flow!
This commit is contained in:
parent
1d4f287582
commit
a15d44f019
12 changed files with 19 additions and 17 deletions
|
@ -51,7 +51,7 @@ ImageEditor::ImageEditor(NonnullRefPtr<Image> image)
|
|||
m_marching_ants_offset %= (marching_ant_length * 2);
|
||||
if (!m_image->selection().is_empty() || m_image->selection().in_interactive_selection())
|
||||
update();
|
||||
});
|
||||
}).release_value_but_fixme_should_propagate_errors();
|
||||
m_marching_ants_timer->start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue