Changeset 2345 in vbox for trunk/src/VBox
- Timestamp:
- Apr 26, 2007 12:47:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.cpp
r2342 r2345 24 24 #include <qapplication.h> 25 25 #include <qtoolbutton.h> 26 #include <qpushbutton.h> 27 #include <qpainter.h> 26 28 #include <qpixmap.h> 27 29 28 30 29 #ifdef Q_WS_MAC /* move this! */30 31 VBoxAquaStyle *VBoxAquaStyle::sInstance; 31 #endif32 32 33 33 /** … … 83 83 if ( control == CC_ToolButton ) 84 84 { 85 /* 86 * This is for the ugly tool bar buttons. 87 * We just drop the frame unless they are pressed down. 88 */ 85 89 QToolButton *toolbutton = (QToolButton *)widget; 86 90 //if (toolbutton->isDown()) fprintf(stderr, " down"); … … 97 101 } 98 102 } 103 104 /* fallback */ 99 105 mparent->drawComplexControl( control, p, widget, r, cg, how, sub, subActive, foo ); 100 106 //fprintf(stderr, "\n");
Note:
See TracChangeset
for help on using the changeset viewer.