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
When function createStave() is invoked this.parent.pack() is invoked to in JScore.
But when the window is Maximized it takes it out of maximization
I managed to almost fix it by seting an if condition before the packing like this
When function
createStave()
is invokedthis.parent.pack()
is invoked to inJScore.
But when the window is Maximized it takes it out of maximization
I managed to almost fix it by seting an if condition before the packing like this
The text was updated successfully, but these errors were encountered: