mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-24 03:05:48 +01:00
misc. fixes
This commit is contained in:
@@ -764,6 +764,10 @@ void WMEditTableViewRow(WMTableView *table, int row)
|
|||||||
}
|
}
|
||||||
|
|
||||||
table->editingRow = row;
|
table->editingRow = row;
|
||||||
|
|
||||||
|
if (row < 0)
|
||||||
|
return;
|
||||||
|
|
||||||
for (i = 0; i < WMGetArrayItemCount(table->columns); i++) {
|
for (i = 0; i < WMGetArrayItemCount(table->columns); i++) {
|
||||||
column = WMGetFromArray(table->columns, i);
|
column = WMGetFromArray(table->columns, i);
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ typedef struct W_ProgressIndicator {
|
|||||||
#define DEFAULT_PROGRESS_INDICATOR_HEIGHT 16
|
#define DEFAULT_PROGRESS_INDICATOR_HEIGHT 16
|
||||||
|
|
||||||
/* define if only the ticks within the progress region should be displayed */
|
/* define if only the ticks within the progress region should be displayed */
|
||||||
#define SHOW_PROGRESS_TICKS_ONLY
|
#undef SHOW_PROGRESS_TICKS_ONLY
|
||||||
|
|
||||||
|
|
||||||
static void didResizeProgressIndicator();
|
static void didResizeProgressIndicator();
|
||||||
|
|||||||
Reference in New Issue
Block a user