[BUGFIX] Fix switch editor button getting stuck highlighted#7536
Open
VICK-sys wants to merge 241 commits into
Open
[BUGFIX] Fix switch editor button getting stuck highlighted#7536VICK-sys wants to merge 241 commits into
VICK-sys wants to merge 241 commits into
Conversation
Author
I'm on it |
…bject writer. Co-Authored-By: TechnikTil <TechnikTil@users.noreply.github.com>
approved by Kade and Eric via Discord
* Opening FNFC files * rrr -> rr in get_currentSongMetadata() --------- Co-Authored-By: Cameron Taylor <cameron.taylor.ninja@gmail.com>
…properly restores the original position
The variation was being resolved, but the difficulty wasn't. This ended up loading a chart without the current variation with no note data. The new function is a bandaid fix, it should be made more versatile in the future.
…tor and Chart Editor
…fter loading a song.
…ition` parameter
This fixes entering the Chart Editor from Freeplay/PlayState not setting the right difficulty.
…tion so it doesn't go offscreen.
This reverts commits ed15ce0d1a964036d1ad99f0e97771a3bf3cde3d and 67bfa080f96866774a7e864778c846bdcf97d476.
ba98ece to
ca56364
Compare
Collaborator
|
Base branch got force-pushed; needs a rebase |
1bb5c33 to
2ef6698
Compare
2f16387 to
f0bf30b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Linked Issues
Fixes #7493
Description
Clicking "Go to Camera Editor" (in Chart Editor) or "Go to Chart Editor" (in Camera Editor) left a blue focus outline on the destination editor's matching menubar item until the user moused over something else. The clicked menu item retained focus across
FlxG.switchStatebecause HaxeUI's focus reference lives onScreen.instance(a singleton) and persists.Same archetype as #7528 — directly clear the focused
IFocusableviaFocusManager.instance.focusbeforeFlxG.switchState, in bothChartEditorState.moveToCameraEditorandCameraEditorState.tryMoveToChartEditor.Screenshots/Videos
Demo.Video.mp4