Changeset 1107 for trunk/src/gui
- Timestamp:
- Oct 23, 2012, 2:47:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r1034 r1107 1697 1697 return; 1698 1698 QTLWExtra *x = this->topData(); 1699 if (x->iconP ointer != NULLHANDLE&& !forceReset)1699 if (x->iconPixmap && !forceReset) 1700 1700 // already been set 1701 1701 return; 1702 1702 x->iconPixmap = new QPixmap; 1703 1703 if (x->iconPointer != NULLHANDLE) 1704 1704 WinDestroyPointer(x->iconPointer);
Note:
See TracChangeset
for help on using the changeset viewer.