X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e08b761b0c5ecb6df295785b78f1f3637331887..65d48d095fb1390edd46f682c864320d7b9626e3:/contrib/src/fl/panedrawpl.cpp?ds=sidebyside diff --git a/contrib/src/fl/panedrawpl.cpp b/contrib/src/fl/panedrawpl.cpp index 8a20e05737..7feaa75290 100644 --- a/contrib/src/fl/panedrawpl.cpp +++ b/contrib/src/fl/panedrawpl.cpp @@ -381,14 +381,7 @@ void cbPaneDrawPlugin::OnLDblClick( cbLeftDClickEvent& event ) &pBarToFloat ) == CB_BAR_CONTENT_HITTED ) { - // TBD: ???? - return; - - mpLayout->SetBarState( pBarToFloat, wxCBAR_FLOATING, TRUE ); - - mpLayout->RepositionFloatedBar( pBarToFloat ); - - return; // event is "eaten" by this plugin + return; } event.Skip(); @@ -439,7 +432,7 @@ void cbPaneDrawPlugin::OnLButtonDown( cbLeftDownEvent& event ) { // otehrwise if bar handle dragged - cbRowInfo& rowInfo = *mpDraggedBar->mpRow; +// cbRowInfo& rowInfo = *mpDraggedBar->mpRow; wxRect& bounds = mpDraggedBar->mBounds; mHandleIsVertical = ( event.mpPane->IsHorizontal() ) ? TRUE : FALSE; @@ -735,27 +728,27 @@ void cbPaneDrawPlugin::OnDrawRowBackground ( cbDrawRowBkGroundEvent& event ) wxRect rowBounds = pRow->mBoundsInParent; bool isHorizontal = event.mpPane->IsHorizontal(); - int prevPos; +// int prevPos; if ( isHorizontal ) { - prevPos = rowBounds.x; - // include one line obove and below the row +// prevPos = rowBounds.x; + // include one line above and below the row --rowBounds.y; - rowBounds.height +=2; + rowBounds.height += 2; --rowBounds.x; - rowBounds.width += 2; + rowBounds.width += 2; } else { - prevPos = rowBounds.y; - // include one line obove and below the row +// prevPos = rowBounds.y; + // include one line above and below the row --rowBounds.x; - rowBounds.width += 2; + rowBounds.width += 2; --rowBounds.y; - rowBounds.height +=2; + rowBounds.height += 2; } //#define TEST_BK_ERASING @@ -1170,7 +1163,7 @@ void cbPaneDrawPlugin::OnDrawPaneDecorations( cbDrawPaneDecorEvent& event ) void cbPaneDrawPlugin::OnDrawBarDecorations( cbDrawBarDecorEvent& event ) { - cbBarInfo* pBar = event.mpBar; +// cbBarInfo* pBar = event.mpBar; wxDC& dc = *event.mpDc; // draw brick borders