mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS/qmapcontrol: Remove wasteful one pixel border
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@332 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
f1cc989759
commit
2a6b764c4c
@ -192,7 +192,7 @@ namespace qmapcontrol
|
||||
// painter.drawLine(screen_middle.x()-cross_x+0, screen_middle.y()-cross_y+cross_y,
|
||||
// screen_middle.x()-cross_x+256, screen_middle.y()-cross_y+cross_y); // -
|
||||
|
||||
painter.drawRect(0,0, size.width(), size.height());
|
||||
// painter.drawRect(0,0, size.width(), size.height());
|
||||
/*
|
||||
// rotating
|
||||
painter.setMatrix(painter.matrix().inverted());
|
||||
|
Loading…
Reference in New Issue
Block a user