Opened 2 days ago

#19333 new bug

LaunchBox does not remember show/hide window border setting

Reported by: grexe Owned by: stippi
Priority: normal Milestone: Unscheduled
Component: Applications/LaunchBox Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

When you change the window border via Panel settings menu, the border is removed/added correctly. However this is not remembered on restarting the app/system.

A quick look at the code shows a possible reason and a little code smell:

all other options are handled as booleans with a toggle message, but the window border option is derived via the actual Window border look, which is a bit cumbersome and inconsistent.

That setting should be handled just like the others, e.g. via a MSG_TOGGLE_WINDOW_BORDER.

cf: https://github.com/haiku/haiku/blob/d4a1fc648b7e3bea1581f5789f666b79d608f575/src/apps/launchbox/PadView.cpp#L401

Change History (0)

Note: See TracTickets for help on using tickets.