simplewall icon indicating copy to clipboard operation
simplewall copied to clipboard

add ability for users to modify rule weights

Open andrew-m-h opened this issue 3 years ago • 1 comments

#1303 Patch does the following:

  • Added GUI weight field to resource.rc file GUI weight field
  • Added IDC_RULE_WEIGHT & IDC_RULE_WEIGHT_ID to resource.h (these numbers need looking at, I started at 500)
  • Added ability to read and write context->ptr_rule->weight field from the textbox

andrew-m-h avatar Sep 11 '22 06:09 andrew-m-h

Also fixed a bug to do with a recent update to routine Added 0 to _r_dc_drawwindow invocation in notifications.rc

_r_dc_drawwindow (hdc, hwnd, 0, TRUE);

andrew-m-h avatar Sep 11 '22 06:09 andrew-m-h

It does not needed at all.

henrypp avatar May 22 '23 16:05 henrypp