Get rid of first-scroll jerkiness in eeschema.
This commit is contained in:
parent
cd2224b94d
commit
90e2c8dd7f
|
@ -99,7 +99,7 @@ END_EVENT_TABLE()
|
|||
|
||||
EDA_DRAW_PANEL::EDA_DRAW_PANEL( EDA_DRAW_FRAME* parent, int id,
|
||||
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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue