Changeset 1070


Ignore:
Timestamp:
Jun 3, 2020, 1:31:06 AM (5 years ago)
Author:
Alex Taylor
Message:

Fix crash and broken button hiding when exiting resource edit mode.

Location:
branches/guitools-arcamap-2.5/evfsgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-arcamap-2.5/evfsgui/evfsgui.vrx

    r1069 r1070  
    44884488        CALL PB_UNMOUNT_Click
    44894489        options.!editmode = 0
    4490         ok = VRMethod("TDL_1","SetTabText", " "strip(NLVGetMessage(13))" ")
     4490        ok = VRMethod( "TDL_1","SetTabText", 1, " "strip(NLVGetMessage(13))" ")
    44914491/*      CALL NLVSetText 'DT_DIALOG',        "Caption", 13 */
    44924492
     4493        ok = VRSet("PB_EDIT_CANCEL","Visible", 0)
    44934494        CALL VRSet "PB_UNMOUNT","Enabled", 1
    44944495        CALL VRSet "GB_CURRENT", "ENABLED", 1
Note: See TracChangeset for help on using the changeset viewer.