projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b31632
)
Removed some experimental code I left in by accident
author
Julian Smart
<julian@anthemion.co.uk>
Mon, 11 Aug 2003 12:49:15 +0000
(12:49 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Mon, 11 Aug 2003 12:49:15 +0000
(12:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22769
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/generic/renderg.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/generic/renderg.cpp
b/src/generic/renderg.cpp
index 83c9d278f18af7d67ef493884c247615db861ba0..5f7f0074c3274a8a91019278d8389d8105c6689f 100644
(file)
--- a/
src/generic/renderg.cpp
+++ b/
src/generic/renderg.cpp
@@
-311,19
+311,6
@@
wxRendererGeneric::DrawSplitterSash(wxWindow *win,
offset = 3;
}
- // We need to erase any droppings left behind on
- // the splitter background
- if ( win->HasFlag(wxSP_3DBORDER) )
- {
- wxPen pen(win->GetBackgroundColour());
- dc.SetPen(pen);
-
- dc.DrawLine(2, 2, size.x - 2, 2);
- dc.DrawLine(2, h - 2, size.x - 2, h - 2);
-
- dc.SetPen(wxNullPen);
- }
-
// from left to right
if ( win->HasFlag(wxSP_3D) )
{