Eeschema: fix a bug in my previous commit.
This commit is contained in:
parent
c0dfc5bb89
commit
833bbc5b88
|
@ -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