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
Release Fade tool (works on context of mouse, razor or time selection) v2.2.3 (#1462)
- to avoid simultaneous work of Batch fade tool and changing fade under the mouse - ignore TS if one of it's edges is out of arrange view and the mouse is over an item.
Copy file name to clipboardExpand all lines: Items Editing/az_Fade tool (work on context of mouse, razor or time selection).lua
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
-- @description Fade tool (works on context of mouse, razor or time selection)
2
2
-- @author AZ
3
-
-- @version 2.2.2
4
-
-- @changelog - fixed the case when there is selected item outside of time selection and nothing happened
3
+
-- @version 2.2.3
4
+
-- @changelog - to avoid simultaneous work of Batch fade tool and changing fade under the mouse - ignore TS if one of it's edges is out of arrange view and the mouse is over an item.
5
5
-- @provides
6
6
-- az_Fade tool (work on context of mouse, razor or time selection)/az_Options window for az_Fade tool.lua
7
7
-- [main] az_Fade tool (work on context of mouse, razor or time selection)/az_Open options for az_Fade tool.lua
@@ -2445,14 +2445,20 @@ if RazorEditSelectionExists() == true then
0 commit comments