Remove unnecessary statement from the grid sample.
No real changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a3db17b122
commit
ea805d32e4
@ -2220,7 +2220,6 @@ void GridFrame::OnGridRender( wxCommandEvent& event )
|
||||
if ( useLometric )
|
||||
{
|
||||
memDc.SetMapMode( wxMM_LOMETRIC );
|
||||
wxSize sizePPI = memDc.GetPPI();
|
||||
sizeRender.x = memDc.DeviceToLogicalXRel( sizeRender.x );
|
||||
sizeRender.y = memDc.DeviceToLogicalYRel( sizeRender.y );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user