mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-11 03:05:52 +01:00
various table widget updates
and fixed in misc other ones
This commit is contained in:
@@ -531,6 +531,9 @@ popUpMenu(PopUpButton *bPtr)
|
||||
Window dummyW;
|
||||
int x, y;
|
||||
|
||||
if (!bPtr->flags.enabled)
|
||||
return;
|
||||
|
||||
if (!bPtr->menuView->flags.realized) {
|
||||
W_RealizeView(bPtr->menuView);
|
||||
resizeMenu(bPtr);
|
||||
@@ -553,6 +556,9 @@ popUpMenu(PopUpButton *bPtr)
|
||||
makeMenuPixmap(bPtr));
|
||||
XClearWindow(scr->display, bPtr->menuView->window);
|
||||
|
||||
if (W_VIEW_WIDTH(bPtr->menuView) != W_VIEW_WIDTH(bPtr->view))
|
||||
resizeMenu(bPtr);
|
||||
|
||||
W_MapView(bPtr->menuView);
|
||||
|
||||
bPtr->highlightedItem = 0;
|
||||
|
||||
Reference in New Issue
Block a user