Fixed: new CPPLatformWindow did not have a platformPasteboard. copy and paste did not work for other platformWindow except the main one

This commit is contained in:
Alexandre Wilhelm
2015-10-27 12:08:10 -07:00
parent b04e5760fb
commit d4b1680727
+2
View File
@@ -121,6 +121,8 @@ var PrimaryPlatformWindow = NULL;
_windowLayers = @{};
_charCodes = {};
_platformPasteboard = [CPPlatformPasteboard new];
#endif
}