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
Added mechanism to restore the contextual tabs, when the Window handle is recreated. When a new handle is created, all commands need to be recreated as well.
Information such as the availability of contextual tabs is part of specific commands and is lost when the commands are destroyed.
///These members are used to register for changes within the action manager's image lists. See procedure RegisterForImageChanges.
217
217
fImageChangeLink: TChangeLink;
218
218
fLargeImageChangeLink: TChangeLink;
219
+
/// When the window handle is destroyed, the commands are as well. When recreating the window handle, we need to keep track of available context tabs, so that we can restore them
/// Called during the initialization of the framework. We register a change event handler towards the action manager's image list (in case that roAssignImagesFromActionManager is used)
0 commit comments