Skip to content
Snippets Groups Projects
Commit f28c1d1e authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

Draw triangle with right (black) GC when the pattern select is enabled (thanks...

Draw triangle with right (black) GC when the pattern select is enabled (thanks Timur for reporting it)


git-svn-id: http://root.cern.ch/svn/root/trunk@45146 27541ba8-7e3a-0410-8455-c3a389f83636
parent 880d6eb5
No related branches found
No related tags found
No related merge requests found
......@@ -520,7 +520,7 @@ void TGedSelect::DoRedraw()
if (fState == kButtonDown) { ++x; ++y; }
DrawTriangle(GetShadowGC()(), x, y);
DrawTriangle(GetBlackGC()(), x, y);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment