mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 21:45:32 +00:00
Remove comment for old MyGUI version
This commit is contained in:
parent
a33514fa1d
commit
0bd9f30c67
1 changed files with 1 additions and 2 deletions
|
@ -41,12 +41,11 @@ namespace MWGui
|
|||
|
||||
getWidget(mHeadRotate, "HeadRotate");
|
||||
|
||||
// Mouse wheel step is hardcoded to 50 in MyGUI 3.2 ("FIXME").
|
||||
// Give other steps the same value to accomodate.
|
||||
mHeadRotate->setScrollRange(1000);
|
||||
mHeadRotate->setScrollPosition(500);
|
||||
mHeadRotate->setScrollViewPage(50);
|
||||
mHeadRotate->setScrollPage(50);
|
||||
mHeadRotate->setScrollWheelPage(50);
|
||||
mHeadRotate->eventScrollChangePosition += MyGUI::newDelegate(this, &RaceDialog::onHeadRotate);
|
||||
|
||||
// Set up next/previous buttons
|
||||
|
|
Loading…
Reference in a new issue