第一阶段只差兼容性问题了
This commit is contained in:
@ -15,7 +15,7 @@ void QMiniBlink::init() {
|
||||
ui.setupUi(this);
|
||||
wkeInit();
|
||||
RECT rect;
|
||||
GetWindowRect((HWND)this->winId(), &rect);
|
||||
GetWindowRect((HWND)parent->winId(), &rect);
|
||||
resize(rect.right - rect.left, rect.bottom - rect.top);
|
||||
this->wkeView = wkeCreateWebWindow(WKE_WINDOW_TYPE_CONTROL, (HWND)this->winId(), 0, 0, rect.right - rect.left, rect.bottom - rect.top);
|
||||
|
||||
|
Reference in New Issue
Block a user