Skip to content

Commit e28f59a

Browse files
authored
missed a small thing 😔
1 parent 8f728b6 commit e28f59a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OSL Programs/apps/System/.Install_system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"path": "Origin/(A) System/User Applications",
257257
"name": "Studio.osl",
258258
"icon": "c #8e2d2d w 10 square 0 0 5 5 c #0a0303 w 8 square 0 0 5 5 dot 0 0 c #8e2d2d w 1.5 line 2 3 5 0 cont 2 -3 line -2 3 -5 0 cont -2 -3",
259-
"version":"4.8"
259+
"version":"4.9"
260260
},
261261
{
262262
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Contacts.osl",

OSL Programs/apps/System/Studio.osl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def sidebarButtons(file_uuid, input_name) (
477477
sidebar.mode = ".icn"
478478
sidebar.input_name = input_name
479479
sidebar.fn = def() -> (
480-
if self._resizing.not() (
480+
if self._resizing.not() and frame.interactable (
481481
if mouse_down (
482482
icn.display = icn.last_display - (icn.mouse - [mouse_x, mouse_y])
483483
) else (

0 commit comments

Comments
 (0)