Eeschema: fix a bug in my previous commit.

This commit is contained in:
jean-pierre charras 2012-04-11 23:01:20 +02:00
parent f0dc54340d
commit 7bd6c82cf0
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public:
}
bool GetMiddleButtonPanLimited( void )
{
return m_checkEnableMiddleButtonPan->GetValue();
return m_checkMiddleButtonPanLimited->GetValue();
}
void SetEnableAutoPan( bool enable )