1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

Issue #1151 - I just added a workaround on the CustomFunctions tab only.

If feedback is good, it will be easy to call disableMouseScrolling() on
other tabs.
This commit is contained in:
bsongis 2014-06-06 23:25:14 +02:00
parent c1e15d0212
commit 626f4c5784
3 changed files with 33 additions and 0 deletions

View file

@ -196,6 +196,8 @@ CustomFunctionsPanel::CustomFunctionsPanel(QWidget * parent, ModelData & model,
// Push rows upward
addDoubleSpring(gridLayout, 5, num_fsw+1);
disableMouseScrolling();
lock = false;
}