projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upported fix to mouse capture event handling.
[wxWidgets.git]
/
src
/
motif
/
spinbutt.cpp
diff --git
a/src/motif/spinbutt.cpp
b/src/motif/spinbutt.cpp
index 2ad0e3b7745c159b5a6a778d4d71695c822ebbc7..426310515628c08c718902f8f1ddfde093d61c9d 100644
(file)
--- a/
src/motif/spinbutt.cpp
+++ b/
src/motif/spinbutt.cpp
@@
-183,7
+183,7
@@
bool wxArrowButton::Create( wxSpinButton* parent, wxWindowID id,
ArrowDirection d,
const wxPoint& pos, const wxSize& size )
{
ArrowDirection d,
const wxPoint& pos, const wxSize& size )
{
- int arrow_dir;
+ int arrow_dir
= XmARROW_UP
;
switch( d )
{
switch( d )
{