More range for NoQt option - covers lym (without MacroCollection), drc, lvs and buddies now

This commit is contained in:
Matthias Koefferlein
2022-04-24 23:28:04 +02:00
parent 449a12adad
commit 1b129758d8
15 changed files with 1657 additions and 1492 deletions
+1 -2
View File
@@ -171,8 +171,6 @@ public:
void update_image ();
virtual void paintEvent (QPaintEvent *);
/**
* @brief Specifies the global transformation which is always applied first
*/
@@ -386,6 +384,7 @@ private:
QMutex m_mutex;
virtual void paintEvent (QPaintEvent *);
virtual void resizeEvent (QResizeEvent *);
virtual bool event (QEvent *e);
virtual void key_event (unsigned int key, unsigned int buttons);
+1
View File
@@ -2673,6 +2673,7 @@ public slots:
void min_hier_changed (int i);
void max_hier_changed (int i);
private:
// event handlers used to connect to the layout object's events
void signal_hier_changed ();
void signal_bboxes_from_layer_changed (unsigned int cv_index, unsigned int layer_index);