]> git.saurik.com Git - wxWidgets.git/commit - src/univ/winuniv.cpp
Implement wxWindow::DoGetBorderSize() in wxUniv.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:22:52 +0000 (00:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:22:52 +0000 (00:22 +0000)
commit2c1a1ed190133bc31ce75992bf8ba13cb3e171a6
tree7bfffbfccaa8cf090b7798792726fa2ddef1e61f
parentf9837e4693de73bc10087e6709e9cdd6e3834855
Implement wxWindow::DoGetBorderSize() in wxUniv.

As some wxUniv classes implement DoGetBestClientSize(), the new code in
wxWindow::DoGetBestSize() implementation calls DoGetBorderSize() which asserts
because it's not implemented, making it impossible to even start the minimal
sample -- fix this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/univ/window.h
include/wx/window.h
src/univ/winuniv.cpp