1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-02 10:43:31 +00:00

Removed todo - seems to be ok like this

This commit is contained in:
Darth Affe 2016-06-14 22:40:08 +02:00
parent 96f9daff25
commit 661ffe253d

View File

@ -84,8 +84,6 @@ namespace Artemis.Models.Profiles
c.Pop();
}
//TODO DarthAffe 13.06.2016: This is just to make it work
//It would be better to somehow draw directly but I don't really understand dat visual stuff right now :p
using (Bitmap bmp = ImageUtilities.DrawinVisualToBitmap(visual, keyboardRect))
keyboard.DrawImage(bmp, new PointF(0, 0));
}
@ -207,8 +205,6 @@ namespace Artemis.Models.Profiles
c.Pop();
}
//TODO DarthAffe 13.06.2016: This is just to make it work
//It would be better to somehow draw directly but I don't really understand dat visual stuff right now :p
using (Bitmap bmp = ImageUtilities.DrawinVisualToBitmap(visual, keyboardRect))
keyboard.DrawImage(bmp, new PointF(0, 0));
}