levinsv / pgadmin3

PgAdmin3 с поддержкой PostgreSQL 16
60 stars 10 forks source link

Can't delete single row #25

Open YanuszDupa opened 2 years ago

YanuszDupa commented 2 years ago

When single row is selected , I can't delete such row , only when 2 or more rows are selected then delete button is active.

double_delete single_row_cantdelete

levinsv commented 2 years ago

There is some magic there. It is necessary to click on the row header and, without releasing the mouse button, move the cursor to the first cell.

tracktor-git commented 1 year ago

Is the way to fix it? Or was it done on purpose?

levinsv commented 1 year ago

These are the features of the wxWidgets implementation