[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:
@@ -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);
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user