Pinsius/PinGUI

How to disable this error: cannot convert 'bool' to 'ComboBoxItem*'

Closed this issue · 1 comments

../PinGUI/GUI_Elements/ComboBox.cpp:41:22: error: cannot convert 'bool' to 'Comb oBoxItem*' in initialization
_rollbackVect(0,0)
^

Hello @Liu-shua, problem was in ComboBox constructor(where the incorrect constructor of ComboBoxItem in initList was called). I uploaded the fixed cpp file that will hopefully fix this issue.