search for: rotate_with_window

Displaying 1 result from an estimated 1 matches for "rotate_with_window".

2007 May 14
1
Window specific actions and edge buttons
There is a problem with some window specific actions like scale_group and rotate_with_window when they are activated by an edgebutton. The basic problem is that each of those actions use the window option provided to the action. When an edgebutton is used the window id sent is actually the id of the edge window, this means that actions which rely on this stop working. The obvious soluti...