[TD] remove icons/cursor-balloon.png and replace references w/ SVG file

Replacing w/ the already installed`TechDraw_Balloon.svg` file in the same directory.
This commit is contained in:
luz paz
2021-04-11 20:59:58 -04:00
committed by wwmayer
parent 84dffcc460
commit 6c52a46d07
3 changed files with 2 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ QGVPage::QGVPage(ViewProviderPage *vp, QGraphicsScene* s, QWidget *parent)
bkgBrush = new QBrush(getBackgroundColor());
balloonCursor = new QLabel(this);
balloonCursor->setPixmap(QPixmap(QString::fromUtf8(":/icons/cursor-balloon.png")));
balloonCursor->setPixmap(QPixmap(QString::fromUtf8(":/icons/TechDraw_Balloon.svg")));
balloonCursor->hide();
resetCachedContent();
@@ -1114,7 +1114,7 @@ void QGVPage::enterEvent(QEvent *event)
QGraphicsView::enterEvent(event);
if(getDrawPage()->balloonPlacing) {
balloonCursor->hide();
QApplication::setOverrideCursor(QCursor(QPixmap(QString::fromUtf8(":/icons/cursor-balloon.png")),0,32));
QApplication::setOverrideCursor(QCursor(QPixmap(QString::fromUtf8(":/icons/TechDraw_Balloon.svg")),0,32));
} else {
QApplication::restoreOverrideCursor();
viewport()->setCursor(Qt::ArrowCursor);

View File

@@ -97,7 +97,6 @@
<file>icons/dashDotDot-line.svg</file>
<file>icons/dash-line.svg</file>
<file>icons/TechDraw_Lock.svg</file>
<file>icons/cursor-balloon.png</file>
<file>icons/none.svg</file>
<file>icons/circular.svg</file>
<file>icons/hexagon.svg</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB