1
0
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:
kojima
2001-01-02 14:17:26 +00:00
parent e3577222a7
commit e99511b08c
20 changed files with 988 additions and 245 deletions

View File

@@ -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;