Bug #5526 » 0001-Fix-WPopupMenu-when-not-initially-stubbed.patch
| src/Wt/WPopupMenu.C | ||
|---|---|---|
|
show();
|
||
|
willPopup_ = true;
|
||
|
if (isStubbed())
|
||
|
willPopup_ = true;
|
||
|
scheduleRender();
|
||
|
}
|
||
- « Previous
- 1
- 2
- 3
- Next »