|
发表于 2005-3-29 22:28:03
|
显示全部楼层
我的 baghira 上打的一个小补丁
你可以试试,尽管我不觉得是这个的问题:
[PHP]Index: style/baghira.cpp
===================================================================
RCS file: /cvsroot/baghira/baghira/style/baghira.cpp,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 baghira.cpp
--- style/baghira.cpp 21 Mar 2005 18:07:55 -0000 1.1.1.1
+++ style/baghira.cpp 29 Mar 2005 14:24:55 -0000
@@ -471,6 +471,7 @@
break;
}
case PE_ButtonCommand:
+ case PE_DockWindowHandle:
case PE_ButtonDefault: {
bool sunken = on || down;
bool hover = flags & Style_MouseOver;[/PHP] |
|