Commit 6bb4dea5 authored by jean-pierre charras's avatar jean-pierre charras
Browse files

Eeschema: fix a bug in my previous commit

parent 143af269
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ public:

    void OnCloseWindow( wxCloseEvent& Event );

    bool GetDefaultLabelSize() const { return m_defaultLabelSize; }
    int GetDefaultLabelSize() const { return m_defaultLabelSize; }
    void SetDefaultLabelSize( int aLabelSize ) { m_defaultLabelSize = aLabelSize; }

    bool GetForceHVLines() const { return m_forceHVLines; }