Merge pull request #113835 from passivestar/movie-maker-hover

Add missing hover indication to movie maker button
This commit is contained in:
Thaddeus Crews
2025-12-10 18:10:35 -06:00
3 changed files with 9 additions and 0 deletions

View File

@@ -706,4 +706,5 @@ EditorRunBar::EditorRunBar() {
write_movie_button->set_focus_mode(Control::FOCUS_ACCESSIBILITY);
write_movie_button->set_tooltip_text(TTRC("Enable Movie Maker mode.\nThe project will run at stable FPS and the visual and audio output will be recorded to a video file."));
write_movie_button->set_accessibility_name(TTRC("Enable Movie Maker Mode"));
write_movie_button->set_flat(false);
}