Changed: Commented out 'makeCurrent' call. Class does not have a widget() method and QNLWidget is not a defined type.
This commit is contained in:
parent
991da99018
commit
18dce202ba
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ namespace NLQT
|
|||
//nldebug("%d %d %d",_nlw->winId(), width(), height());
|
||||
|
||||
#if defined(NL_OS_UNIX) && !defined(NL_OS_MAC)
|
||||
dynamic_cast<QNLWidget*>(widget())->makeCurrent();
|
||||
//dynamic_cast<QNLWidget*>(widget())->makeCurrent();
|
||||
#endif // defined(NL_OS_UNIX) && !defined(NL_OS_MAC)
|
||||
|
||||
nlWindow wnd = winId();
|
||||
|
|
Loading…
Reference in a new issue