buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
805 stars 120 forks source link

bug: AppFrame veritical scrollbar scrolls mainMenu, toolbar, statusbar. Wheel not work #658

Open xucs007 opened 1 year ago

xucs007 commented 1 year ago

See the examples/spreadsheet.

Rolling the mouse wheel doesn't work on vertical scroll bar.

Click-drag right veritical bar, it scrolls mainMenu, toolBar, statusline out of view. I expect it only scrolls the main body widget, not menu/tool bar/status line.

GrimMaple commented 1 year ago

There is actually no way to implement a proper MainMenu at all, so that needs to be implemented