Jump to content

Recommended Posts

Posted

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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...