diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-14 14:06:14 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-14 14:06:22 +0200 |
| commit | 1fdd53b6f652419f0f63c6846660f80ec672853a (patch) | |
| tree | b60cf615c1e319806fd1c43aa5a6910a6a0dcc18 /ftnoir_protocol_mouse | |
| parent | ffa06a093c0ca6a1024db9b013fe52d87bb2553f (diff) | |
update options api
Diffstat (limited to 'ftnoir_protocol_mouse')
| -rw-r--r-- | ftnoir_protocol_mouse/ftnoir_protocol_mouse_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_mouse/ftnoir_protocol_mouse_dialog.cpp b/ftnoir_protocol_mouse/ftnoir_protocol_mouse_dialog.cpp index 4b12a4f0..efac958c 100644 --- a/ftnoir_protocol_mouse/ftnoir_protocol_mouse_dialog.cpp +++ b/ftnoir_protocol_mouse/ftnoir_protocol_mouse_dialog.cpp @@ -59,7 +59,7 @@ void MOUSEControls::doOK() { } void MOUSEControls::doCancel() { - s.b->revert(); + s.b->reload(); this->close(); } |
