Merge pull request #113835 from passivestar/movie-maker-hover
Add missing hover indication to movie maker button
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user