projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed label editor position for child properties
[wxWidgets.git]
/
include
/
wx
/
dcscreen.h
diff --git
a/include/wx/dcscreen.h
b/include/wx/dcscreen.h
index 763ccb830b8c2ee29788160683cbd662a04634a2..6b1fc2f2da4e17eaa26fd43b14db31261f2edee2 100644
(file)
--- a/
include/wx/dcscreen.h
+++ b/
include/wx/dcscreen.h
@@
-24,7
+24,7
@@
public:
{ return true; }
static bool StartDrawingOnTop(wxRect * WXUNUSED(rect) = NULL)
{ return true; }
- static bool EndDrawingOnTop()
+ static bool EndDrawingOnTop()
{ return true; }
private: