Minor: delete gray check box in borderpropertieswidget.ui

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4023 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2015-06-21 15:29:09 +00:00
parent ab1d558f61
commit 33b637e6bf
5 changed files with 65 additions and 79 deletions

View File

@@ -354,9 +354,9 @@ void DiagramView::setSelectionMode() {
* Workaround to refresh the background color
*/
void DiagramView::refreshBg() {
scale(2, 2);
scale(0.5, 0.5);
adjustGridToZoom();
scale(2, 2);
scale(0.5, 0.5);
adjustGridToZoom();
}
/**