Proposal for fixing issue #2407

This commit is contained in:
Matthias Koefferlein
2026-08-05 23:22:18 +02:00
parent 87060b4364
commit a451095bda
+1 -1
View File
@@ -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);