dmnfarrell / pandastable

Table analysis in Tkinter using pandas DataFrames.
Other
636 stars 124 forks source link

Rightclick popup works even after enable_menus is set to False #223

Closed mash00d closed 2 years ago

mash00d commented 2 years ago

Right click on row numbers show popup even when enable_menus is set to False.

This can be fixed by adding below code to headers.py file in line number 681. if self.table.enable_menus == False: return

dmnfarrell commented 2 years ago

Thanks that's fixed.