mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 11:31:08 +02:00
Proposal for fixing issue #2407
This commit is contained in:
@@ -1962,7 +1962,7 @@ PartialService::mouse_press_event (const db::DPoint &p, unsigned int buttons, bo
|
||||
m_p1 = p;
|
||||
m_p2 = p;
|
||||
mp_box = new lay::RubberBox (ui (), m_color, p, p);
|
||||
mp_box->set_stipple (6); // coarse hatched
|
||||
mp_box->set_stipple (2); // small checkerboard
|
||||
|
||||
ui ()->grab_mouse (this, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user