Bug fix to scrolwin.cpp (position not set in SetScrollbars); redundant variable

in wxGrid removed


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-07-17 21:03:05 +00:00
parent 99d270120e
commit 11ed4f79aa
2 changed files with 2 additions and 1 deletions

View File

@@ -405,7 +405,6 @@ void wxGenericGrid::SetGridClippingRegion(wxDC *dc)
void wxGenericGrid::OnPaint(wxPaintEvent& WXUNUSED(event))
{
wxRectangle rect;
int w, h;
GetClientSize(&w, &h);