Comment 3 for bug 1792774

Revision history for this message
Notabilis (notabilis27) wrote :

The bug report is actually about the priority buttons, not about the new branch with the amount buttons. But it affects the new branch as well.
I decided to use Ctrl back when the "set all priorities" feature was implemented since it is kind like a "strong" order to set the priority, similar to the function of, e.g., the "Dismantle" button.

Modifying the "minimize" function to only work when clicked on the window title should be as easy as adding
    && my < VT_B_PIXMAP_THICKNESS
to the condition within Window::handle_mousepress() (not tested).
I would like that change since it is (more or less) similar to the behavior of the windows of the operating system.