Use a different cursor for bar dragging
This commit is contained in:
parent
29c7dd38a8
commit
d1b93565d8
1 changed files with 1 additions and 1 deletions
|
@ -1498,7 +1498,7 @@ on_top_bar_event (FooScrollArea *area,
|
||||||
* exits the outputs' area.
|
* exits the outputs' area.
|
||||||
*/
|
*/
|
||||||
if (!app->current_configuration->clone && get_n_connected (app) > 1)
|
if (!app->current_configuration->clone && get_n_connected (app) > 1)
|
||||||
set_cursor (GTK_WIDGET (area), GDK_FLEUR);
|
set_cursor (GTK_WIDGET (area), GDK_HAND1);
|
||||||
|
|
||||||
if (event->type == FOO_BUTTON_PRESS)
|
if (event->type == FOO_BUTTON_PRESS)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue