Eeschema: fix a bug in my previous commit.
This commit is contained in:
parent
f0dc54340d
commit
7bd6c82cf0
|
@ -113,7 +113,7 @@ public:
|
|||
}
|
||||
bool GetMiddleButtonPanLimited( void )
|
||||
{
|
||||
return m_checkEnableMiddleButtonPan->GetValue();
|
||||
return m_checkMiddleButtonPanLimited->GetValue();
|
||||
}
|
||||
|
||||
void SetEnableAutoPan( bool enable )
|
||||
|
|
Loading…
Reference in New Issue