mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Removed todo - seems to be ok like this
This commit is contained in:
parent
96f9daff25
commit
661ffe253d
@ -83,9 +83,7 @@ namespace Artemis.Models.Profiles
|
||||
// Remove the clip
|
||||
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));
|
||||
}
|
||||
@ -206,9 +204,7 @@ namespace Artemis.Models.Profiles
|
||||
// Remove the clip
|
||||
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));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user