We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061712d commit 69535f5Copy full SHA for 69535f5
1 file changed
plugins/Oculars/src/Oculars.cpp
@@ -2155,7 +2155,7 @@ void Oculars::paintOcularMask(const StelCore *core)
2155
// Paint the reticale, if needed
2156
if (!reticleTexture.isNull())
2157
{
2158
- painter.setColor(lineColor);
+ //painter.setColor(lineColor); // let's use original color
2159
reticleTexture->bind();
2160
/* Why it need?
2161
int textureHeight;
@@ -2231,7 +2231,7 @@ void Oculars::paintOcularMask(const StelCore *core)
2231
else
2232
polarAngle -= 90.0;
2233
2234
2235
bool flipH = core->getFlipHorz();
2236
bool flipV = core->getFlipVert();
2237
if (flipH && flipV)
0 commit comments