Commit 7bd6c82c authored by jean-pierre charras's avatar jean-pierre charras

Eeschema: fix a bug in my previous commit.

parent f0dc5434
......@@ -113,7 +113,7 @@ public:
}
bool GetMiddleButtonPanLimited( void )
{
return m_checkEnableMiddleButtonPan->GetValue();
return m_checkMiddleButtonPanLimited->GetValue();
}
void SetEnableAutoPan( bool enable )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment