Get rid of first-scroll jerkiness in eeschema.

This commit is contained in:
Jeff Young 2018-03-04 22:53:45 +00:00
parent cd2224b94d
commit 90e2c8dd7f
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ END_EVENT_TABLE()
EDA_DRAW_PANEL::EDA_DRAW_PANEL( EDA_DRAW_FRAME* parent, int id, EDA_DRAW_PANEL::EDA_DRAW_PANEL( EDA_DRAW_FRAME* parent, int id,
const wxPoint& pos, const wxSize& size ) : const wxPoint& pos, const wxSize& size ) :
wxScrolledWindow( parent, id, pos, size, wxBORDER | wxHSCROLL | wxVSCROLL ) wxScrolledWindow( parent, id, pos, size, wxBORDER | wxHSCROLL | wxVSCROLL | wxALWAYS_SHOW_SB )
{ {
wxASSERT( parent ); wxASSERT( parent );