MCPcopy Index your code
hub / github.com/keystone-engine/keypatch / OnFormChange

Method OnFormChange

keypatch.py:1067–1072  ·  view source on GitHub ↗
(self, fid)

Source from the content-addressed store, hash-verified

1065
1066 # callback to be executed when any form control changed
1067 def OnFormChange(self, fid):
1068 # make some controls read-only in FillRange mode
1069 self.EnableField(self.c_size, False)
1070 self.EnableField(self.c_addr_end, False)
1071
1072 return self.update_patchform(fid)
1073
1074
1075# Patcher form

Callers

nothing calls this directly

Calls 1

update_patchformMethod · 0.80

Tested by

no test coverage detected