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:
parent
96f9daff25
commit
661ffe253d
@ -84,8 +84,6 @@ namespace Artemis.Models.Profiles
|
|||||||
c.Pop();
|
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))
|
using (Bitmap bmp = ImageUtilities.DrawinVisualToBitmap(visual, keyboardRect))
|
||||||
keyboard.DrawImage(bmp, new PointF(0, 0));
|
keyboard.DrawImage(bmp, new PointF(0, 0));
|
||||||
}
|
}
|
||||||
@ -207,8 +205,6 @@ namespace Artemis.Models.Profiles
|
|||||||
c.Pop();
|
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))
|
using (Bitmap bmp = ImageUtilities.DrawinVisualToBitmap(visual, keyboardRect))
|
||||||
keyboard.DrawImage(bmp, new PointF(0, 0));
|
keyboard.DrawImage(bmp, new PointF(0, 0));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user