tubaba Posted February 15, 2023 Posted February 15, 2023 when load a new scheme, some control can not update to new val. Tabs who names "Editor colors"---> input control who names "Alpha" has no change so i changed the soursecode “Func Update_Window()” and add new code: GUICtrlSetData($H_Selection_Alpha, $Selection_Alpha) GUICtrlSetData($H_CaretLine_BkAlpha, $CaretLine_BkColor_Alpha) GUICtrlSetData($H_CurrentHiLight_Alpha, $Current_Alpha) GUICtrlSetData($H_Current_MinLength, $Current_Minlength) GUICtrlSetData($H_SearchMargin, $SearchMargin) GUICtrlSetData($h_Backups, $Backups)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now