Bforartists: Make single user popup + adjust last operation panel - align props left

Created on 14 Nov 2020  路  4Comments  路  Source: Bforartists/Bforartists

It's time to collect all the middle aligned props in the C code panels. Let's collect them one by one.

Make single user called from the tools toolbar opens a popup dialog with middle aligned content. It's the same content than in the adjust last operation panel when you call the tool from the object menu.

makesingleuserdialog

operator

0 - task 1- Fixed

Most helpful comment

Yeah sure. I already expected that this might be fixed with working at the lowest UI level.

I can just not say at which UI level the content of this popup dialog resides. Might be the same than the last operator, but might also be an independend panel.

indeed, still investigating, so far it seems to be same level, I think we are getting close to solving this issue :)

So we better document what we find. It's no problem to close the issue then when it is already resolved by another task :)

I think so too ^^

All 4 comments

while working on #1938 I could apply use split = false to all of them,
by adding so in interface_templates.c, got there by tracking calls in the recursive function mentioned in that issue

next to do is set use split to false only for boolean props or so
image

image

Yeah sure. I already expected that this might be fixed with working at the lowest UI level.

I can just not say at which UI level the content of this popup dialog resides. Might be the same than the last operator, but might also be an independend panel. So we better document what we find. It's no problem to close the issue then when it is already resolved by another task :)

Yeah sure. I already expected that this might be fixed with working at the lowest UI level.

I can just not say at which UI level the content of this popup dialog resides. Might be the same than the last operator, but might also be an independend panel.

indeed, still investigating, so far it seems to be same level, I think we are getting close to solving this issue :)

So we better document what we find. It's no problem to close the issue then when it is already resolved by another task :)

I think so too ^^

turned out to be a very small change :), but took time to find exactly where to change ^^, finally fixed

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Draise14 picture Draise14  路  10Comments

ReinerBforartists picture ReinerBforartists  路  6Comments

Draise14 picture Draise14  路  5Comments

iyadahmed picture iyadahmed  路  7Comments

kungfooman picture kungfooman  路  6Comments