Skip to content
Snippets Groups Projects
Commit dabbedc6 authored by dilaroga's avatar dilaroga Committed by Pierre
Browse files

gui/macosx: fix a side effect when the playlist's splitview is resizing in embedded window.


Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@free.fr>
parent 39d525d8
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,8 @@
{
if([splitView isVertical])
return proposedPosition;
else if ( splitView == o_vertical_split )
return proposedPosition ;
else {
float bottom = [splitView frame].size.height - [splitView dividerThickness];
if(proposedPosition > bottom - 50) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment