Misc small changes, some for VC++ 1.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -788,7 +788,7 @@ void wxGridCellBoolEditor::Create(wxWindow* parent,
|
||||
void wxGridCellBoolEditor::SetSize(const wxRect& r)
|
||||
{
|
||||
// position it in the centre of the rectangle (TODO: support alignment?)
|
||||
wxCoord w, h;
|
||||
int w, h;
|
||||
m_control->GetSize(&w, &h);
|
||||
|
||||
// the checkbox without label still has some space to the right in wxGTK,
|
||||
|
Reference in New Issue
Block a user