projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f9ccec
)
Removed 3D style for splitter on Mac since it looks bad
author
Julian Smart
<julian@anthemion.co.uk>
Tue, 25 Jun 2013 07:23:48 +0000
(07:23 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Tue, 25 Jun 2013 07:23:48 +0000
(07:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74281
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/html/helpwnd.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/html/helpwnd.cpp
b/src/html/helpwnd.cpp
index a3e4d7c1cfb18d4955f3b7ea759f80aef6c6ef44..d4be6593e4cd9f9c27815a3e405a7f4c59669d21 100644
(file)
--- a/
src/html/helpwnd.cpp
+++ b/
src/html/helpwnd.cpp
@@
-367,6
+367,7
@@
bool wxHtmlHelpWindow::Create(wxWindow* parent, wxWindowID id,
long splitterStyle = wxSP_3D;
// Drawing moving sash can cause problems on wxMac
#ifdef __WXMAC__
+ splitterStyle = 0; // 3D style looks poor on Mac
splitterStyle |= wxSP_LIVE_UPDATE;
#endif
m_Splitter = new wxSplitterWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, splitterStyle);