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
I'm using a custom theme. If I apply a filter to a callout like below, the callout content (inside a Panel) will be shown outside the callout while scrolling. In the project.xml, allowhighdpi is set to true, antialiasing enabled, using openfl shared context.
var dropShadow = new DropShadowFilter(7,45,0,0.9,20,20,1,1,false,false,false);
callout.filters = [dropShadow];
The text was updated successfully, but these errors were encountered:
I'm using a custom theme. If I apply a filter to a callout like below, the callout content (inside a Panel) will be shown outside the callout while scrolling. In the project.xml, allowhighdpi is set to true, antialiasing enabled, using openfl shared context.
The text was updated successfully, but these errors were encountered: