diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-28 20:26:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-28 20:26:31 +0300 |
commit | 6f496c4919a62edbb73e9adbc3ddd84484afc756 (patch) | |
tree | 554c64dcc37f1db23877d2de86ecbecb0870152d /src/gui/widgets/tabs | |
parent | b0cac7edfaf55819b7c46e9a082d042470221d7e (diff) | |
download | plus-6f496c4919a62edbb73e9adbc3ddd84484afc756.tar.gz plus-6f496c4919a62edbb73e9adbc3ddd84484afc756.tar.bz2 plus-6f496c4919a62edbb73e9adbc3ddd84484afc756.tar.xz plus-6f496c4919a62edbb73e9adbc3ddd84484afc756.zip |
Fix conflict for variable mSelectable between two classes.
Diffstat (limited to 'src/gui/widgets/tabs')
-rw-r--r-- | src/gui/widgets/tabs/setup_relations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_relations.cpp b/src/gui/widgets/tabs/setup_relations.cpp index bccea1d86..819f46e79 100644 --- a/src/gui/widgets/tabs/setup_relations.cpp +++ b/src/gui/widgets/tabs/setup_relations.cpp @@ -89,7 +89,7 @@ Setup_Relations::Setup_Relations(const Widget2 *const widget) : RELATION_CHOICE_COLUMN_WIDTH); mPlayerTitleTable->setBackgroundColor(getThemeColor( ThemeColorId::TABLE_BACKGROUND)); - mPlayerTitleTable->setSelectable(false); + mPlayerTitleTable->setSelectableGui(false); for (int i = 0; i < COLUMNS_NR; i++) { |