mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-01 23:20:50 +00:00
clipboard: don't set clipboard after pasting
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#define _MILSKO
|
||||
#include <Mw/Milsko.h>
|
||||
|
||||
MwWidget window, instructions, text;
|
||||
@@ -35,8 +34,6 @@ void clipboard(MwWidget handle, void* user_data, void* call_data) {
|
||||
MwForceRender(text);
|
||||
}
|
||||
MwForceRender(window);
|
||||
|
||||
MwLLSetClipboard(window->lowlevel, "Milsko clipboard test");
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
||||
Reference in New Issue
Block a user