You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
persistWindowState in PreferencesFxDialog.java is assigned during initialization. However, PreferencesFx.persistWindowState() modifies the persistWindowState value in PreferencesFxModel, which is assigned after PreferencesFxDialog is initialized.
PreferencesFx's persistWindowState() should modify PreferencesFxDialog's variables instead of PreferencesFxModel's.
The text was updated successfully, but these errors were encountered:
persistWindowState in PreferencesFxDialog.java is assigned during initialization. However, PreferencesFx.persistWindowState() modifies the persistWindowState value in PreferencesFxModel, which is assigned after PreferencesFxDialog is initialized.



PreferencesFx's persistWindowState() should modify PreferencesFxDialog's variables instead of PreferencesFxModel's.
The text was updated successfully, but these errors were encountered: