MCPcopy Create free account
hub / github.com/KLayout/klayout / hover_reset

Method hover_reset

src/laybasic/laybasic/laySelector.cc:85–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void
86SelectionService::hover_reset ()
87{
88 if (m_hover_wait) {
89#if defined(HAVE_QT)
90 m_timer.stop ();
91#endif
92 m_hover_wait = false;
93 }
94 if (m_hover) {
95 mp_view->clear_transient_selection ();
96 m_hover = false;
97 }
98}
99
100#if defined(HAVE_QT)
101void

Callers 1

handle_clickMethod · 0.45

Calls 2

stopMethod · 0.45

Tested by

no test coverage detected