Changeset 9801 in vbox
- Timestamp:
- Jun 18, 2008 3:51:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/QILabel.cpp
r9799 r9801 365 365 hasFocus()) 366 366 { 367 QPainter painter (this);367 QPainter painter (this); 368 368 /* Paint a focus rect based on the current style. */ 369 369 QStyleOptionFocusRect option; 370 option.initFrom (this);371 style()->drawPrimitive (QStyle::PE_FrameFocusRect, &option, &painter, this);370 option.initFrom (this); 371 style()->drawPrimitive (QStyle::PE_FrameFocusRect, &option, &painter, this); 372 372 } 373 373 }
Note:
See TracChangeset
for help on using the changeset viewer.